Skip to content

Commit

Permalink
Merge pull request #1056 from nginx-proxy/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-3

ci: bump docker/login-action from 2 to 3
  • Loading branch information
buchdag committed Dec 8, 2023
2 parents 86bc1c5 + ca4ceff commit 14d9de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ 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_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 14d9de3

Please sign in to comment.