We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3345651 commit ac122b6Copy full SHA for ac122b6
1 file changed
.github/workflows/build-and-publish.yaml
@@ -39,7 +39,7 @@ jobs:
39
uses: docker/login-action@v2
40
with:
41
registry: docker.io
42
- username: $DOCKERHUB_USERNAME
+ username: ${{ vars.DOCKERHUB_USERNAME }}
43
password: ${{ secrets.DOCKERHUB_TOKEN }}
44
45
- name: Set Docker image tags and build args
0 commit comments