Skip to content

Commit 9c76011

Browse files
committed
Update docker/login-action digest to e92390c
1 parent a9fc688 commit 9c76011

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
uses: docker/setup-buildx-action@56a16b8f2aa74bcbd3ab9ec13027cd3ac8e3f94f
161161
- name: Log into registry
162162
timeout-minutes: 5
163-
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
163+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
164164
with:
165165
registry: ${{ env.REGISTRY }}
166166
username: ${{ github.actor }}
@@ -257,7 +257,7 @@ jobs:
257257
run: k3d cluster create test-cluster --image rancher/k3s:${{ matrix.k8s-version }}
258258
- name: Log into registry
259259
timeout-minutes: 5
260-
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
260+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
261261
with:
262262
registry: ghcr.io
263263
username: ${{ github.actor }}
@@ -298,7 +298,7 @@ jobs:
298298
run: k3d cluster create test-cluster --image rancher/k3s:${{ matrix.k8s-version }}
299299
- name: Log into registry
300300
timeout-minutes: 5
301-
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
301+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
302302
with:
303303
registry: ghcr.io
304304
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# login to the registry
3030
- name: Log into registry
3131
timeout-minutes: 5
32-
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
32+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
@@ -67,7 +67,7 @@ jobs:
6767
# login to the registry for oci pushes
6868
- name: Log into registry
6969
timeout-minutes: 5
70-
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
70+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}

0 commit comments

Comments
 (0)