From 612b56b3dc89a4a1dd9572d82d38050e2507e98d Mon Sep 17 00:00:00 2001 From: corver Date: Fri, 20 Sep 2024 11:55:54 +0200 Subject: [PATCH] ci(github): fix build again (#1933) Fix build again issue: none --- .github/workflows/release-snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 103192ee8..dd428a344 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -51,13 +51,13 @@ jobs: with: file: scripts/halovisor/Dockerfile build-args: | - HALO_VERSION_GENESIS=${{ steps.git_ref.outputs.short_sha }}" + HALO_VERSION_GENESIS=${{ steps.git_ref.outputs.short_sha }} platforms: | linux/amd64 push: true tags: | omniops/halovisor:main - omniops/halovisor:${{ steps.git_ref.outputs.short_sha }}" + omniops/halovisor:${{ steps.git_ref.outputs.short_sha }} - name: Push Halo to Dockerhub run: |