Skip to content

Commit 01b2e5e

Browse files
chore(deps): update docker/login-action digest to 5e57cd1 (#331)
1 parent 7d41825 commit 01b2e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bake_targets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "filtered_targets=$target" >> "$GITHUB_OUTPUT"
7878
7979
- name: Log in to the GitHub Container registry
80-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
80+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
8181
with:
8282
registry: ghcr.io
8383
username: ${{ github.actor }}
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
145145

146146
- name: Log in to the GitHub Container registry
147-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
147+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
148148
with:
149149
registry: ghcr.io
150150
username: ${{ github.actor }}
@@ -204,7 +204,7 @@ jobs:
204204
id-token: write
205205
steps:
206206
- name: Log in to the GitHub Container registry
207-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
207+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
208208
with:
209209
registry: ghcr.io
210210
username: ${{ github.actor }}

0 commit comments

Comments
 (0)