We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfa096 commit 96bc9c8Copy full SHA for 96bc9c8
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: ./.github/actions/dockerhub-login
52
env:
53
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
54
- DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
+ DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
55
- id: setup
56
uses: ./.github/actions/setup
57
0 commit comments