Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3 (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2023
1 parent 0a75e19 commit 268b18d
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 @@ -107,15 +107,15 @@ jobs:

- name: Login to the Docker Container registry
if: github.repository_owner == 'jooola' && startsWith(github.ref, 'refs/tags')
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to the Github Container registry
if: github.repository_owner == 'jooola' && startsWith(github.ref, 'refs/tags')
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 268b18d

Please sign in to comment.