We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2d8a4 commit 57c47b8Copy full SHA for 57c47b8
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Log in to Docker Hub
24
uses: docker/login-action@v3
25
with:
26
- username: ${{ vars.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
27
password: ${{ secrets.DOCKER_TOKEN }}
28
29
- name: Build and push Docker image
0 commit comments