Skip to content

Commit e724609

Browse files
Update docker/metadata-action action to v5.10.0 (#2760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6baef4e commit e724609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/image-build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Extract metadata
105105
id: meta
106-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
106+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
107107
with:
108108
images: ${{ env.BASE_REPO }}
109109
tags: |
@@ -182,7 +182,7 @@ jobs:
182182

183183
- name: Extract UBI metadata
184184
id: ubi-meta
185-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
185+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
186186
with:
187187
images: ${{ env.BASE_REPO }}
188188
tags: |
@@ -283,7 +283,7 @@ jobs:
283283

284284
- name: Extract UBI metadata
285285
id: ubi-meta
286-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
286+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
287287
with:
288288
images: ${{ env.BASE_REPO }}
289289
tags: |

0 commit comments

Comments
 (0)