Skip to content

Commit

Permalink
Merge pull request #272 from hjpotter92/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
2 parents 8c6306a + 4e41c9c commit 4b6c4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Log in to the Container registry
if: github.actor != 'dependabot[bot]'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 4b6c4f9

Please sign in to comment.