Skip to content

Commit

Permalink
ci(github): fix build again (#1933)
Browse files Browse the repository at this point in the history
Fix build again

issue: none
  • Loading branch information
corverroos committed Sep 20, 2024
1 parent 403a800 commit 612b56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 612b56b

Please sign in to comment.