Skip to content

Commit 4ee0016

Browse files
chore(deps): update docker/login-action digest to 5e57cd1 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 106058a commit 4ee0016

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: ${{ env.EARTHLY_VERSION }}
3232

3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
34+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
@@ -68,7 +68,7 @@ jobs:
6868
version: ${{ env.EARTHLY_VERSION }}
6969

7070
- name: Login to GitHub Container Registry
71-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
71+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
7272
with:
7373
registry: ghcr.io
7474
username: ${{ github.actor }}
@@ -95,7 +95,7 @@ jobs:
9595
version: ${{ env.EARTHLY_VERSION }}
9696

9797
- name: Login to GitHub Container Registry
98-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
98+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
9999
with:
100100
registry: ghcr.io
101101
username: ${{ github.actor }}
@@ -153,7 +153,7 @@ jobs:
153153
version: ${{ env.EARTHLY_VERSION }}
154154

155155
- name: Login to GitHub Container Registry
156-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
156+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
157157
with:
158158
registry: ghcr.io
159159
username: ${{ github.actor }}
@@ -194,7 +194,7 @@ jobs:
194194
version: ${{ env.EARTHLY_VERSION }}
195195

196196
- name: Login to GitHub Container Registry
197-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
197+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
198198
with:
199199
registry: ghcr.io
200200
username: ${{ github.actor }}
@@ -259,7 +259,7 @@ jobs:
259259
version: ${{ env.EARTHLY_VERSION }}
260260

261261
- name: Login to GitHub Container Registry
262-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
262+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
263263
with:
264264
registry: ghcr.io
265265
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
version: ${{ env.EARTHLY_VERSION }}
3838

3939
- name: Login to GitHub Container Registry
40-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
40+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)