Skip to content

Commit

Permalink
update docker/login-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Jul 13, 2024
1 parent 3579423 commit 5356b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 5356b04

Please sign in to comment.