Skip to content

Commit

Permalink
fix: image name on gh builder flow for crc-builder
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Aug 2, 2024
1 parent 69dfe2a commit ed9c103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crc-builder-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
make crc-builder-oci-build
make crc-builder-oci-save
echo "image=${SNC_RUNNER}:${SNC_RUNNER_V}" >> "$GITHUB_ENV"
echo "image=${CRC_BUILDER}:${CRC_BUILDER_V}" >> "$GITHUB_ENV"
- name: Build image for Release
if: ${{ github.event_name == 'push' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crc-builder-pusher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Push crc-builder
run: |
podman load -i crc-builder-linux.tar
podman manifest push ${{ env.image }}-linux
podman push ${{ env.image }}-linux
podman load -i crc-builder-windows.tar
podman push ${{ env.image }}-windows
podman load -i crc-builder-darwin.tar
Expand Down

0 comments on commit ed9c103

Please sign in to comment.