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 a3bf922 commit b61e89aCopy full SHA for b61e89a
.github/workflows/build-and-push-image.yaml
@@ -22,8 +22,8 @@ jobs:
22
- name: Login to DockerHub
23
uses: docker/login-action@v1
24
with:
25
- username: ${{ secrets.DOCKERHUB_USERNAME }}
26
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_TOKEN }}
27
28
- name: Build and push
29
id: docker_build
0 commit comments