Skip to content

Commit

Permalink
bump docker/login-action from v2 to v3 (Node 20 replace Node 16 depre…
Browse files Browse the repository at this point in the history
…cated)
  • Loading branch information
llaville committed Oct 8, 2024
1 parent e24b71c commit f661072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- # https://github.com/docker/setup-buildx-action
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
- # https://github.com/docker/login-action
name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit f661072

Please sign in to comment.