Skip to content

Commit 924b56f

Browse files
ci: use new org-level dockerhub token (#126)
* Use new org-level dockerhub token * Use vars, not secrets
1 parent 0b59627 commit 924b56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Login to DockerHub
3939
uses: docker/login-action@v3
4040
with:
41-
username: ${{ secrets.DOCKERHUB_USERNAME }}
42-
password: ${{ secrets.DOCKERHUB_TOKEN }}
41+
username: ${{ vars.DOCKERHUB_USERNAME_WRITE }}
42+
password: ${{ secrets.DOCKERHUB_TOKEN_WRITE }}
4343

4444
- name: Build and push
4545
id: docker_build

0 commit comments

Comments
 (0)