Skip to content

Commit 2100a2b

Browse files
chore(deps): update docker/login-action action to v3.7.0
1 parent 8fc38a6 commit 2100a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
26+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2727
with:
2828
registry: ghcr.io
2929
username: walnuts1018
@@ -74,7 +74,7 @@ jobs:
7474
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
7575

7676
- name: Login to ghcr.io
77-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
77+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7878
with:
7979
registry: ghcr.io
8080
username: walnuts1018

0 commit comments

Comments
 (0)