Skip to content

Commit

Permalink
devops: upgrade to docker/login-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Oct 2, 2023
1 parent a9f6d9d commit ab357ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Login to Docker Hub
if: ${{ (github.event_name != 'pull_request') && (github.ref == 'refs/heads/master') }}
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit ab357ec

Please sign in to comment.