Skip to content

Commit 345d8ad

Browse files
chore(deps): update docker/login-action digest to c94ce9f (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a09154f commit 345d8ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
4848
- name: Log in to the Container registry
49-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
49+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Docker Buildx
8787
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
8888
- name: Log in to the Container registry
89-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
89+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
9090
with:
9191
registry: ghcr.io
9292
username: ${{ github.actor }}
@@ -126,7 +126,7 @@ jobs:
126126
- name: Set up Docker Buildx
127127
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
128128
- name: Log in to the Container registry
129-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
129+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
130130
with:
131131
registry: ghcr.io
132132
username: ${{ github.actor }}

0 commit comments

Comments
 (0)