Skip to content

Commit

Permalink
Fix a tag issue for github action image push
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Dec 19, 2023
1 parent 8618b8a commit 9ae0e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: indy-ui-service
tags: ${{ github.ref_name }}
tags: latest
platforms: linux/amd64
containerfiles: |
commonjava-images/indy-ui-service/actions.Dockerfile
Expand Down

0 comments on commit 9ae0e64

Please sign in to comment.