Skip to content

Commit 654eb36

Browse files
deps/gha: bump docker/metadata-action from 5.9.0 to 5.10.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@318604b...c299e40) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eaf7e30 commit 654eb36

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Compute metadata
100100
- name: Extract metadata
101101
id: meta
102-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
102+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
103103
with:
104104
images: bunkerity/${{ inputs.IMAGE }}
105105
# Build cached image

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Extract metadata
152152
if: inputs.TEST == true
153153
id: meta
154-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
154+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
155155
with:
156156
images: ghcr.io/bunkerity/${{ inputs.LINUX }}-tests:${{ inputs.RELEASE }}
157157
- name: Build test image

.github/workflows/push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Compute metadata
7777
- name: Extract metadata
7878
id: meta
79-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
79+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
8080
with:
8181
images: bunkerity/${{ inputs.IMAGE }}
8282
# Build and push

0 commit comments

Comments
 (0)