Skip to content

Commit 55f06e7

Browse files
chore(deps): update docker/login-action action to v4 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de902b6 commit 55f06e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- uses: docker/setup-buildx-action@v3
2727

2828
- name: Login to Docker Hub
29-
uses: docker/login-action@v3
29+
uses: docker/login-action@v4
3030
with:
3131
username: ${{ github.repository_owner }}
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333

3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v3
35+
uses: docker/login-action@v4
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)