Skip to content

Commit 0230f43

Browse files
Merge pull request #2925 from bunkerity/dependabot/github_actions/dev/docker/metadata-action-5.10.0
deps/gha: bump docker/metadata-action from 5.9.0 to 5.10.0
2 parents e7ae202 + 654eb36 commit 0230f43

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)