Skip to content

Commit 42b84b7

Browse files
authored
remove unnecessary ghcr.io login action (#113)
1 parent ac4dfc4 commit 42b84b7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,7 @@ jobs:
9696
run: |
9797
make can-i-deploy || echo "::warning:: can-i-deploy says no; provider(s) must successfully verify before release"
9898
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
99+
- uses: docker/login-action@v3
106100
with:
107101
username: ${{ secrets.DOCKERHUB_USER }}
108102
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)