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 @@ -222,7 +222,7 @@ jobs:
222
222
steps :
223
223
- name : Docker meta
224
224
id : meta
225
- uses : docker/metadata-action@v5.6.1
225
+ uses : docker/metadata-action@v5.7.0
226
226
with :
227
227
images : " ${{ env.IMAGE }}"
228
228
bake-target : docker-metadata-action
@@ -238,7 +238,7 @@ jobs:
238
238
239
239
- name : Docker meta (debug variant)
240
240
id : meta-debug
241
- uses : docker/metadata-action@v5.6.1
241
+ uses : docker/metadata-action@v5.7.0
242
242
with :
243
243
images : " ${{ env.IMAGE }}"
244
244
bake-target : docker-metadata-action-debug
@@ -255,7 +255,7 @@ jobs:
255
255
256
256
- name : Docker meta (syn2mas)
257
257
id : meta-syn2mas
258
- uses : docker/metadata-action@v5.6.1
258
+ uses : docker/metadata-action@v5.7.0
259
259
with :
260
260
images : " ${{ env.IMAGE_SYN2MAS }}"
261
261
bake-target : docker-metadata-action-syn2mas
You can’t perform that action at this time.
0 commit comments