Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit 9a69bdc

Browse files
authored
Merge pull request #216 from wdhdev/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents 1301995 + c5e3277 commit 9a69bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- uses: actions/checkout@v6
2626

2727
- name: Login to ${{ env.DOCKER_REGISTRY }}
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
registry: ${{ env.DOCKER_REGISTRY }}
3131
username: ${{ secrets.DOCKER_USERNAME }}
3232
password: ${{ secrets.DOCKER_PASSWORD }}
3333

3434
- name: Login to ${{ env.GITHUB_REGISTRY }}
35-
uses: docker/login-action@v3
35+
uses: docker/login-action@v4
3636
with:
3737
registry: ${{ env.GITHUB_REGISTRY }}
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)