Skip to content

Commit

Permalink
ci: release: specify registry for docker image publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Jul 6, 2024
1 parent 39a6070 commit 8d9b8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: release the project
Expand Down

0 comments on commit 8d9b8d7

Please sign in to comment.