We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b59627 commit 924b56fCopy full SHA for 924b56f
.github/workflows/docker-publish-image.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Login to DockerHub
39
uses: docker/login-action@v3
40
with:
41
- username: ${{ secrets.DOCKERHUB_USERNAME }}
42
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ vars.DOCKERHUB_USERNAME_WRITE }}
+ password: ${{ secrets.DOCKERHUB_TOKEN_WRITE }}
43
44
- name: Build and push
45
id: docker_build
0 commit comments