Skip to content

Commit 9992e20

Browse files
ci(github-action): update docker/login-action ( 74a5d14 → 184bdaa )
1 parent bc3f7a8 commit 9992e20

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scheduled-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
1919

2020
- name: Login to GHCR
21-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
21+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}

.github/workflows/workflow_call-build_images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
128128

129129
- name: Login to GHCR
130-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
130+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
131131
with:
132132
registry: ghcr.io
133133
username: ${{ github.actor }}
@@ -255,7 +255,7 @@ jobs:
255255
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
256256

257257
- name: Setup GHCR
258-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
258+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
259259
with:
260260
registry: ghcr.io
261261
username: ${{ github.actor }}

0 commit comments

Comments
 (0)