Skip to content

Commit

Permalink
Update Tag-and-Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich authored Nov 20, 2024
1 parent 8dcdb49 commit 43e0b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tag-and-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: ${{ steps.get_tag.outputs.version }}
tags: ${{ steps.get_tag.outputs.version }} latest
containerfiles: ./Containerfile
archs: amd64,arm64
- name: Push to repo
Expand Down

0 comments on commit 43e0b8a

Please sign in to comment.