We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10228ae commit 5164abeCopy full SHA for 5164abe
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: docker/login-action@v3
24
with:
25
username: ${{ secrets.DOCKER_USER_NAME }}
26
- password: ${{ secrets.DOCKER_SECRET }}
+ password: ${{ secrets.DOCKER_SECERT }}
27
28
- name: Build and push ${{ matrix.name }}
29
uses: docker/build-push-action@v5
0 commit comments