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 Sep 14, 2023
1 parent 30c1669 commit 08c2b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: ${{ runner.os }}-buildx-
- uses: docker/login-action@v1
- uses: docker/login-action@v3
with:
username: hoishin
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/login-action@v1
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: hoishin
Expand Down

0 comments on commit 08c2b73

Please sign in to comment.