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.
2 parents 5b79cd4 + 114ec94 commit a37eb57Copy full SHA for a37eb57
.github/workflows/cd.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Login to DockerHub
32
uses: docker/login-action@v2
33
with:
34
- username: ${{ secrets.DOCKERHUB_USERNAME }}
35
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
36
37
- name: Build and push to DockerHub
38
uses: docker/build-push-action@v3
0 commit comments