Skip to content

Commit

Permalink
chore(deps): bump docker/login-action from 2 to 3 (#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent b719497 commit ea863a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit ea863a4

Please sign in to comment.