We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a227874 commit 53a0b03Copy full SHA for 53a0b03
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: docker/login-action@v2
38
with:
39
registry: docker.io
40
- username: ${{ DOCKER_HUB_ID }}
+ username: ${{ vars.DOCKER_HUB_ID }}
41
password: ${{ secrets.DOCKER_HUB_TOKEN }}
42
43
- name: ASDF setup
0 commit comments