Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 86dccf7 commit 307e608
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 @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: DockerHub Login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: brunojppb
password: ${{ secrets.DOCKER_TOKEN }}
Expand All @@ -56,7 +56,7 @@ jobs:
cache-to: type=inline

- name: login to Github Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 307e608

Please sign in to comment.