Skip to content

Commit

Permalink
Update prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jairomr authored Sep 2, 2023
1 parent fef9f7f commit 6045a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Validate and Build
run: |
git pull origin develop
git pull origin main
docker build -t ${{secrets.REGISTRYPROD}}/$application_name:${LAST_COMMIT_HASH} -t ${{secrets.REGISTRYPROD}}/$application_name:latest -f docker/homologation/Dockerfile . --no-cache
Expand Down

0 comments on commit 6045a88

Please sign in to comment.