Skip to content

Commit a4e633b

Browse files
chore(deps): update docker/login-action # v3.6.0
1 parent d654104 commit a4e633b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
images: ${{ env.GHCR_REPO }}
6262

6363
- name: Login to GHCR
64-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
64+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.repository_owner }}
@@ -119,7 +119,7 @@ jobs:
119119
merge-multiple: true
120120

121121
- name: Login to GHCR
122-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
122+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
123123
with:
124124
registry: ghcr.io
125125
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)