We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa5463 commit f010e04Copy full SHA for f010e04
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
if: github.event_name != 'pull_request'
41
uses: docker/login-action@v3
42
with:
43
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_NAME }}
44
password: ${{ secrets.DOCKERHUB_TOKEN }}
45
- name: Login to Ali Hub
46
0 commit comments