We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba8dc8 commit 078b7f5Copy full SHA for 078b7f5
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/login-action@v3
25
with:
26
username: ${{ secrets.DOCKER_USERNAME }}
27
- token: ${{ secrets.DOCKER_PASSWORD }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
28
29
- name: Build and push Docker image
30
uses: docker/build-push-action@v5
0 commit comments