Skip to content

Commit

Permalink
resolve ci-cd docker login username
Browse files Browse the repository at this point in the history
  • Loading branch information
deyvisonborges committed Apr 22, 2024
1 parent 237fc2c commit 72d54ca
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 @@ -56,7 +56,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: deyvisonborges
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push image
Expand Down

0 comments on commit 72d54ca

Please sign in to comment.