Skip to content

Commit 14d9de3

Browse files
authored
Merge pull request #1056 from nginx-proxy/dependabot/github_actions/docker/login-action-3
ci: bump docker/login-action from 2 to 3
2 parents 86bc1c5 + ca4ceff commit 14d9de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
uses: docker/setup-buildx-action@v2
5656

5757
- name: Login to DockerHub
58-
uses: docker/login-action@v2
58+
uses: docker/login-action@v3
5959
with:
6060
username: ${{ secrets.DOCKERHUB_USERNAME }}
6161
password: ${{ secrets.DOCKERHUB_TOKEN }}
6262

6363
- name: Log in to GitHub Container Registry
64-
uses: docker/login-action@v2
64+
uses: docker/login-action@v3
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}

0 commit comments

Comments
 (0)