diff --git a/.github/workflows/release-official.yml b/.github/workflows/release-official.yml index 585b58d4c..4e301d409 100644 --- a/.github/workflows/release-official.yml +++ b/.github/workflows/release-official.yml @@ -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 diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 4934dc5c9..e5af448bd 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -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