We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476c5fa commit cd7d4b2Copy full SHA for cd7d4b2
.github/workflows/docker-image.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Log in to Docker Hub
29
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
30
with:
31
- username: ${{ secrets.DOCKER_USERNAME }}
32
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
33
34
- name: Extract metadata (tags, labels) for Docker
35
id: meta
0 commit comments