We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c6eeb commit 64ee266Copy full SHA for 64ee266
1 file changed
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Log in to DockerHub
65
uses: docker/login-action@v3
66
with:
67
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ vars.DOCKERHUB_USERNAME }}
68
password: ${{ secrets.DOCKERHUB_TOKEN }}
69
70
# Generate image tags:
0 commit comments