File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
echo "filtered_targets=$target" >> "$GITHUB_OUTPUT"
78
78
79
79
- name : Log in to the GitHub Container registry
80
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
80
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
81
81
with :
82
82
registry : ghcr.io
83
83
username : ${{ github.actor }}
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
145
145
146
146
- name : Log in to the GitHub Container registry
147
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
147
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
148
148
with :
149
149
registry : ghcr.io
150
150
username : ${{ github.actor }}
@@ -204,7 +204,7 @@ jobs:
204
204
id-token : write
205
205
steps :
206
206
- name : Log in to the GitHub Container registry
207
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
207
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
208
208
with :
209
209
registry : ghcr.io
210
210
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments