Skip to content

Commit

Permalink
remove unnecessary ghcr.io login action (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Oct 27, 2023
1 parent ac4dfc4 commit 42b84b7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,7 @@ jobs:
run: |
make can-i-deploy || echo "::warning:: can-i-deploy says no; provider(s) must successfully verify before release"
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}

- uses: azure/docker-login@v1
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 42b84b7

Please sign in to comment.