Skip to content

Commit

Permalink
Merge pull request #125 from ligangty/action
Browse files Browse the repository at this point in the history
Fix github action tag by builda outputs
  • Loading branch information
ligangty authored Dec 20, 2023
2 parents 5d6f95d + 841ed51 commit 5bebf9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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: latest
tags: ${{ github.ref_name }}
platforms: linux/amd64
containerfiles: |
commonjava-images/indy-ui-service/actions.Dockerfile
Expand All @@ -90,6 +90,6 @@ jobs:
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
image: indy-ui-service
tags: latest
image: ${{ steps.buildah-build.outputs.image }}
tags: ${{ steps.buildah-build.outputs.tags }}
registry: quay.io/factory2

0 comments on commit 5bebf9b

Please sign in to comment.