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 e2430ab commit c07a174Copy full SHA for c07a174
.github/workflows/docker.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Login to Docker Hub
30
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
31
with:
32
- username: "${{ secrets.DOCKERHUB_USER }}"
+ username: "${{ secrets.DOCKERHUB_USERNAME }}"
33
password: "${{ secrets.DOCKERHUB_SECRET }}"
34
- name: Build and push image to dockerhub staging registry
35
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
0 commit comments