Skip to content

Commit

Permalink
Atualização deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetteixeira committed May 22, 2024
1 parent cf2649d commit a086b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: mvn clean package

- name: Docker Compose Build
run: docker build ${{ secrets.DOCKER_USERNAME }}/minhasfinancas
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/minhasfinancas

- name: Push to DockerHub Container Registry
run: |
Expand Down

0 comments on commit a086b88

Please sign in to comment.