Skip to content

Commit 5cd3f6b

Browse files
Merge pull request #14 from AlexanderWagnerDev/renovate/docker-login-action-4.x
Update docker/login-action action to v4.6.0
2 parents 127d25c + aec7e28 commit 5cd3f6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
uses: docker/setup-buildx-action@v4
2121

2222
- name: Log in to Docker Hub
23-
uses: docker/login-action@v4.5.2
23+
uses: docker/login-action@v4.6.0
2424
with:
2525
username: ${{ secrets.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}
2727

2828
- name: Log in to GitHub Container Registry
29-
uses: docker/login-action@v4.5.2
29+
uses: docker/login-action@v4.6.0
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)