Skip to content

Commit

Permalink
Fix github action tag by builda outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Dec 20, 2023
1 parent 5d6f95d commit 841ed51
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 841ed51

Please sign in to comment.