Skip to content

Commit

Permalink
#008 - adjusts on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deyvisonborges committed Apr 23, 2024
1 parent 2ac1017 commit 91517be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Build and push Docker image
run: |
docker build -t ${{ github.repository }}:${{ github.sha }} .
docker login -u ${{ secrets.DOCKERHUB_USERNAME}} -p ${{ secrets.DOCKERHUB_TOKEN}}
docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin ${{ secrets.DOCKERHUB_TOKEN }}
docker push ${{ github.repository }}:${{ github.sha }}

0 comments on commit 91517be

Please sign in to comment.