We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd5e40 commit f0658ecCopy full SHA for f0658ec
1 file changed
.github/workflows/docker-image.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Login to Docker Hub
26
uses: docker/login-action@v3
27
with:
28
- username: ${{ secrets.DOCKERHUB_USERNAME }}
29
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_TOKEN }}
30
- name: Build and push
31
uses: docker/build-push-action@v5
32
0 commit comments