Skip to content

Commit

Permalink
ci: use new org-level dockerhub token (#126)
Browse files Browse the repository at this point in the history
* Use new org-level dockerhub token

* Use vars, not secrets
  • Loading branch information
matthewelwell authored Oct 4, 2024
1 parent 0b59627 commit 924b56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ vars.DOCKERHUB_USERNAME_WRITE }}
password: ${{ secrets.DOCKERHUB_TOKEN_WRITE }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 924b56f

Please sign in to comment.