Skip to content

Commit

Permalink
Merge pull request #124 from ligangty/action
Browse files Browse the repository at this point in the history
Fix a tag issue for github action image push
  • Loading branch information
ligangty authored Dec 19, 2023
2 parents 2907b1a + 9ae0e64 commit 5d6f95d
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 5d6f95d

Please sign in to comment.