We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c125433 commit 61ab278Copy full SHA for 61ab278
1 file changed
.github/workflows/dockerimage.yml
@@ -19,8 +19,8 @@ jobs:
19
name: Login to DockerHub
20
uses: docker/login-action@v2
21
with:
22
- username: ${{ secrets.DOCKERHUB_USERNAME }}
23
- password: ${{ secrets.PASSWORD }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
24
-
25
name: Build and push
26
uses: docker/build-push-action@v3
0 commit comments