Skip to content

Commit e19f5ef

Browse files
authored
Merge pull request #554 from nginx-proxy/dependabot/github_actions/docker/login-action-3
ci: bump docker/login-action from 2 to 3
2 parents dddbf36 + 63e89bf commit e19f5ef

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
@@ -64,13 +64,13 @@ jobs:
6464
uses: docker/setup-buildx-action@v3
6565

6666
- name: Login to DockerHub
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
username: ${{ secrets.DOCKERHUB_USERNAME }}
7070
password: ${{ secrets.DOCKERHUB_TOKEN }}
7171

7272
- name: Log in to GitHub Container Registry
73-
uses: docker/login-action@v2
73+
uses: docker/login-action@v3
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}

0 commit comments

Comments
 (0)