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 f010e04 commit 4d983d6Copy full SHA for 4d983d6
1 file changed
.github/workflows/build.yml
@@ -40,8 +40,8 @@ jobs:
40
if: github.event_name != 'pull_request'
41
uses: docker/login-action@v3
42
with:
43
- username: ${{ secrets.DOCKERHUB_NAME }}
44
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_HUB_NAME }}
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
45
- name: Login to Ali Hub
46
47
0 commit comments