Skip to content

Commit 64ee266

Browse files
committed
Debug, DockerHub username is not a secret
1 parent 48c6eeb commit 64ee266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Log in to DockerHub
6565
uses: docker/login-action@v3
6666
with:
67-
username: ${{ secrets.DOCKERHUB_USERNAME }}
67+
username: ${{ vars.DOCKERHUB_USERNAME }}
6868
password: ${{ secrets.DOCKERHUB_TOKEN }}
6969

7070
# Generate image tags:

0 commit comments

Comments
 (0)