Skip to content

Commit

Permalink
fix(actions): fix the container push action by adding the golang vers…
Browse files Browse the repository at this point in the history
…ion variable (#22)
  • Loading branch information
danvergara authored Dec 29, 2023
1 parent 55508e7 commit 8d40e46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
GO_VERSION: 1.21.5

jobs:
push_morphos_image:
runs-on: ubuntu-latest
Expand All @@ -28,3 +31,4 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.actor }}/morphos-server:latest
build-args: GO_VERSION=${{ env.GO_VERSION }}

0 comments on commit 8d40e46

Please sign in to comment.