Skip to content

Commit f2c3daa

Browse files
chore(deps): update docker/login-action digest to 184bdaa (#259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cffad0 commit f2c3daa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bake.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939

4040
- name: Log in to the GitHub Container registry
41-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
41+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9797

9898
- name: Log in to the GitHub Container registry
99-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
99+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
100100
with:
101101
registry: ghcr.io
102102
username: ${{ github.actor }}
@@ -143,7 +143,7 @@ jobs:
143143
id-token: write
144144
steps:
145145
- name: Log in to the GitHub Container registry
146-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
146+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
147147
with:
148148
registry: ghcr.io
149149
username: ${{ github.actor }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
6969

7070
- name: Log in to the GitHub Container registry
71-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
71+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
7272
with:
7373
registry: ghcr.io
7474
username: ${{ github.actor }}

0 commit comments

Comments
 (0)