Skip to content

Commit 4399e50

Browse files
Update docker/login-action digest to 184bdaa
1 parent afc035c commit 4399e50

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@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca
161161
- name: Log into registry
162162
timeout-minutes: 5
163-
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
163+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
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@327cd5a69de6c009b9ce71bce8395f28e651bf99
260+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
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@327cd5a69de6c009b9ce71bce8395f28e651bf99
301+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
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@327cd5a69de6c009b9ce71bce8395f28e651bf99
32+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
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@327cd5a69de6c009b9ce71bce8395f28e651bf99
70+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}

0 commit comments

Comments
 (0)