Skip to content

Commit

Permalink
test19
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontalvoy authored Dec 7, 2023
1 parent bca402c commit 7db109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.APP_NAME }}
tags: '-dev'
tags: '${{ github.sha }}-dev'
containerfiles: |
./Dockerfile
- name: Push To Registry
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ env.APP_NAME }}
tags: '-prod'
tags: '${{ github.sha }}-prod'
registry: ${{ env.REGISTRY }}/${{ env.ORG }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 comments on commit 7db109c

Please sign in to comment.