Skip to content

Commit

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

ci: bump docker/login-action from 2 to 3
  • Loading branch information
buchdag authored Dec 7, 2023
2 parents dddbf36 + 63e89bf commit e19f5ef
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 @@ -64,13 +64,13 @@ jobs:
uses: docker/setup-buildx-action@v3

- 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 e19f5ef

Please sign in to comment.