Skip to content

Commit

Permalink
[ISSUE #6] Fix DockerHub PASSWORD obtaining (#7)
Browse files Browse the repository at this point in the history
* feat: add docker build manual and fix dockerhub push

* Use DOCKERHUB_TOKEN instead of DOCKERHUB_PASSWORD

Fixes #6
  • Loading branch information
Pil0tXia committed Aug 31, 2023
1 parent 9162540 commit 7757db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 7757db8

Please sign in to comment.