Skip to content

Commit 3b819be

Browse files
authored
Merge pull request #420 from alarmdisplay/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3.6.0
2 parents 6db990b + c51cd3b commit 3b819be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
platforms: linux/arm/v7,linux/arm64,linux/amd64
3030

3131
- name: Log into registry ghcr.io
32-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
32+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Log into Docker Hub
39-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
39+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4040
with:
4141
registry: docker.io
4242
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)