Skip to content

Commit

Permalink
#011 - adjusts on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deyvisonborges committed Apr 23, 2024
1 parent 4f27764 commit 5fe0edf
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 @@ -55,6 +55,6 @@ jobs:
run: |
docker build -t ${{ github.repository }}:${{ github.sha }} .
echo "${{ github.repository }}:${{ github.sha }}"
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
echo "docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin ${{ secrets.DOCKERHUB_TOKEN }}"
echo "${{ github.repository }}:${{ github.sha }}"
docker push ${{ github.repository }}:${{ github.sha }}

0 comments on commit 5fe0edf

Please sign in to comment.