Skip to content

Commit d80ddba

Browse files
chore(deps): update docker/metadata-action action to v5.10.0 (#1582)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------- | | github-tags | docker/metadata-action | v5.9.0 | v5.10.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 364ff3c commit d80ddba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

actions/build-push-to-dockerhub/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ runs:
111111

112112
- name: Extract metadata (tags, labels) for Docker
113113
id: meta
114-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
114+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
115115
with:
116116
images: ${{ inputs.repository }}
117117
labels: ${{ inputs.labels }}

actions/docker-build-push-image/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ runs:
270270

271271
- name: Extract metadata (tags, labels) for Docker
272272
id: meta
273-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
273+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
274274
with:
275275
annotations: ${{ inputs.annotations }}
276276
images: ${{ steps.setup-vars.outputs.images }}

actions/docker-import-digests-push-manifest/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107

108108
- name: Extract metadata (tags, labels) for Docker
109109
id: meta
110-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
110+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
111111
with:
112112
images: ${{ inputs.images }}
113113
tags: ${{ inputs.tags }}

actions/push-to-gar-docker/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ runs:
171171
registry: ${{ inputs.registry }}
172172
- name: Extract metadata (tags, labels) for Docker
173173
id: meta
174-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
174+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
175175
with:
176176
images: "${{ inputs.registry }}/${{ steps.resolve-project.outputs.project }}/docker-${{ steps.get-repository-name.outputs.repo_name }}-${{ inputs.environment }}/${{ inputs.image_name }}"
177177
tags: ${{ inputs.tags }}

0 commit comments

Comments
 (0)