We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dafdd8 commit 6c2d8a4Copy full SHA for 6c2d8a4
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: ${{ secrets.DOCKER_USERNAME }}
+ username: ${{ vars.DOCKERHUB_USERNAME }}
27
password: ${{ secrets.DOCKER_TOKEN }}
28
29
- name: Build and push Docker image
0 commit comments