Skip to content

Commit

Permalink
🐛 Fix Duplicate ID in GH Action (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon authored Jun 14, 2024
1 parent d4c1152 commit 49b40f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-arch-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Push retagged manifest to Quay
uses: redhat-actions/push-to-registry@main
id: push
id: push-latest
with:
image: ${{ inputs.image_name }}
tags: latest
Expand Down

0 comments on commit 49b40f9

Please sign in to comment.