Skip to content

Commit

Permalink
Update cd-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-alef committed Jun 5, 2023
1 parent c4a1e94 commit 218f18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
docker build . -t kevinalef/java-api:latest
docker push kevinalef/java-api:latest
docker build . -f imagem-ubuntu-e-isso-mesmo -t $DOCKER_USER/java-api:latest
docker push $DOCKER_USER/java-api:latest

0 comments on commit 218f18f

Please sign in to comment.