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 ac4dfc4 commit 42b84b7Copy full SHA for 42b84b7
.github/workflows/publish.yaml
@@ -96,13 +96,7 @@ jobs:
96
run: |
97
make can-i-deploy || echo "::warning:: can-i-deploy says no; provider(s) must successfully verify before release"
98
99
- - uses: docker/login-action@v1
100
- with:
101
- registry: ghcr.io
102
- username: ${{github.actor}}
103
- password: ${{secrets.GITHUB_TOKEN}}
104
-
105
- - uses: azure/docker-login@v1
+ - uses: docker/login-action@v3
106
with:
107
username: ${{ secrets.DOCKERHUB_USER }}
108
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments