We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3645f38 commit 0ac523aCopy full SHA for 0ac523a
1 file changed
.github/workflows/docker-image.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/login-action@v3
31
with:
32
username: ${{ secrets.DOCKERHUB_USERNAME }}
33
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ password: ${{ secrets.DOCKERHUB_TOKEN_SDB }}
34
35
# Generate image tags and labels
36
- name: Docker meta
0 commit comments