Skip to content

Commit

Permalink
ci(github): fix release (#1978)
Browse files Browse the repository at this point in the history
Fix release

issue: none
  • Loading branch information
corverroos committed Sep 26, 2024
1 parent c5323ac commit 05070a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
file: scripts/halovisor/Dockerfile
build-args: |
HALO_VERSION_GENESIS=${{ github.ref_name }}
HALO_VERSION_0_GENESIS=${{ github.ref_name }}
platforms: |
linux/amd64
linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
file: scripts/halovisor/Dockerfile
build-args: |
HALO_VERSION_GENESIS=${{ steps.git_ref.outputs.short_sha }}
HALO_VERSION_0_GENESIS=${{ steps.git_ref.outputs.short_sha }}
platforms: |
linux/amd64
push: true
Expand Down

0 comments on commit 05070a2

Please sign in to comment.