Skip to content

Commit bed4cad

Browse files
authored
Merge pull request #1244 from nginx-proxy/dependabot/github_actions/docker/login-action-4
ci: bump docker/login-action from 3 to 4
2 parents 907931f + 91b604c commit bed4cad

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
@@ -60,13 +60,13 @@ jobs:
6060
uses: docker/setup-buildx-action@v4
6161

6262
- name: Login to DockerHub
63-
uses: docker/login-action@v3
63+
uses: docker/login-action@v4
6464
with:
6565
username: ${{ secrets.DOCKERHUB_USERNAME }}
6666
password: ${{ secrets.DOCKERHUB_TOKEN }}
6767

6868
- name: Log in to GitHub Container Registry
69-
uses: docker/login-action@v3
69+
uses: docker/login-action@v4
7070
with:
7171
registry: ghcr.io
7272
username: ${{ github.actor }}

0 commit comments

Comments
 (0)