Skip to content

Commit

Permalink
test26
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontalvoy authored Dec 7, 2023
1 parent ec0146b commit 413b2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Push to Prod
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.APP_NAME }}
image: ${{ env.APP_NAME }}
tags: '${{ github.sha }}-prod'
registry: ${{ env.REGISTRY }}/${{ env.ORG }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 413b2d1

Please sign in to comment.