Skip to content

Commit

Permalink
Chore(deps): Bump docker/login-action from 2 to 3 (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 1, 2023
1 parent 135832d commit ed49a7a
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 @@ -119,12 +119,12 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
username: qmcgaw
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: qdm12
Expand Down

0 comments on commit ed49a7a

Please sign in to comment.