Skip to content

Commit

Permalink
test20
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontalvoy authored Dec 7, 2023
1 parent 7db109c commit 3f74c57
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: '${{ github.sha }}-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: '${{ github.sha }}-prod'
tags: ${{ github.sha }}-prod
registry: ${{ env.REGISTRY }}/${{ env.ORG }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 comments on commit 3f74c57

Please sign in to comment.