Skip to content

Commit

Permalink
ci: use org DOCKERHUB_TOKEN secret (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing authored May 20, 2024
1 parent 6457d16 commit ddc3965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
uses: docker/login-action@v3
with:
username: "${{ secrets.DOCKERHUB_USERNAME }}"
password: "${{ secrets.DOCKERHUB_PASSWORD }}"
password: "${{ secrets.DOCKERHUB_TOKEN }}"

- name: "Login to GitHub Container Registry"
if: github.event_name == 'push' || inputs.release
Expand Down

0 comments on commit ddc3965

Please sign in to comment.