Skip to content

Commit

Permalink
ci: docker username fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taro0513 committed Dec 20, 2023
1 parent 54ce4f9 commit 12adf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: patrickuuuu
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 12adf9a

Please sign in to comment.