Skip to content

Commit

Permalink
Merge pull request #58 from pascaliske/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v3
  • Loading branch information
pascaliske authored Sep 12, 2023
2 parents 0d68370 + 3698b60 commit 47e9fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
install: true

# login to docker hub
- uses: docker/login-action@v2
- uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}

# login to github container registry
- uses: docker/login-action@v2
- uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
Expand Down

0 comments on commit 47e9fe2

Please sign in to comment.