55
55
56
56
- name : Extract Docker cache metadata
57
57
id : meta-cache
58
- uses : docker/metadata-action@v5.7 .0
58
+ uses : docker/metadata-action@v5.8 .0
59
59
with :
60
60
# list of Docker images to use as base name for tags
61
61
# <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -144,7 +144,7 @@ jobs:
144
144
# We extract metadata without tags for single image
145
145
- name : Extract Docker metadata
146
146
id : meta
147
- uses : docker/metadata-action@v5.7 .0
147
+ uses : docker/metadata-action@v5.8 .0
148
148
with :
149
149
# list of Docker images to use as base name for tags
150
150
# <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -153,7 +153,7 @@ jobs:
153
153
154
154
- name : Extract Docker cache metadata
155
155
id : meta-cache
156
- uses : docker/metadata-action@v5.7 .0
156
+ uses : docker/metadata-action@v5.8 .0
157
157
with :
158
158
# list of Docker images to use as base name for tags
159
159
# <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -247,7 +247,7 @@ jobs:
247
247
# https://github.com/docker/metadata-action
248
248
- name : Extract Docker metadata
249
249
id : meta
250
- uses : docker/metadata-action@v5.7 .0
250
+ uses : docker/metadata-action@v5.8 .0
251
251
with :
252
252
# list of Docker images to use as base name for tags
253
253
# <registry/<owner>/<repo_name>/<repo_name>-<target>
0 commit comments