Skip to content

Commit c23c1d8

Browse files
committed
Use Docker Hub token
1 parent 5866be6 commit c23c1d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/login-action@v3
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
40-
password: ${{ secrets.DOCKER_PASSWORD }}
40+
password: ${{ secrets.DOCKER_TOKEN }}
4141

4242
- name: Log in to the Container registry
4343
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)