Skip to content

Commit 0ac523a

Browse files
update build token (#173)
1 parent 3645f38 commit 0ac523a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/login-action@v3
3131
with:
3232
username: ${{ secrets.DOCKERHUB_USERNAME }}
33-
password: ${{ secrets.DOCKERHUB_TOKEN }}
33+
password: ${{ secrets.DOCKERHUB_TOKEN_SDB }}
3434

3535
# Generate image tags and labels
3636
- name: Docker meta

0 commit comments

Comments
 (0)