Skip to content

Commit 08f2a35

Browse files
committed
Rename docker secret variable
1 parent 126aff7 commit 08f2a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/login-action@v1
3434
with:
3535
username: ${{ secrets.DOCKER_USERNAME }}
36-
password: ${{ secrets.DOCKERHUB_TOKEN }}
36+
password: ${{ secrets.DOCKER_TOKEN }}
3737
- name: Login to GitHub
3838
uses: docker/login-action@v1
3939
with:

0 commit comments

Comments
 (0)