Skip to content

Commit 2299994

Browse files
Bump docker/metadata-action from 5.8.0 to 5.9.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.8.0...v5.9.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d746099 commit 2299994

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_and_push_image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ jobs:
803803
# Get metadata from repo
804804
- name: Extract metadata (tags, labels) for Docker
805805
id: meta
806-
uses: docker/metadata-action@v5.8.0
806+
uses: docker/metadata-action@v5.9.0
807807
with:
808808
images: ${{ steps.image_names_tags.outputs.names }}
809809

@@ -987,7 +987,7 @@ jobs:
987987
# Get metadata from repo
988988
- name: Extract metadata (tags, labels) for Docker
989989
id: meta
990-
uses: docker/metadata-action@v5.8.0
990+
uses: docker/metadata-action@v5.9.0
991991
with:
992992
images: ${{ steps.image_names_tags.outputs.names }}
993993

@@ -1188,7 +1188,7 @@ jobs:
11881188
- name: Extract metadata (tags, labels) for Docker
11891189
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
11901190
id: meta
1191-
uses: docker/metadata-action@v5.8.0
1191+
uses: docker/metadata-action@v5.9.0
11921192
with:
11931193
images: ${{ steps.image_names_tags.outputs.names }}
11941194

@@ -1382,7 +1382,7 @@ jobs:
13821382
- name: Extract metadata (tags, labels) for Docker
13831383
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
13841384
id: meta
1385-
uses: docker/metadata-action@v5.8.0
1385+
uses: docker/metadata-action@v5.9.0
13861386
with:
13871387
images: ${{ steps.image_names_tags.outputs.names }}
13881388

.github/workflows/sdre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ jobs:
629629
- name: Extract metadata (tags, labels) for Docker
630630
id: meta
631631
if: ${{ matrix.ENABLED }}
632-
uses: docker/metadata-action@v5.8.0
632+
uses: docker/metadata-action@v5.9.0
633633
with:
634634
images: ${{ steps.image_names_tags.outputs.names }}
635635

0 commit comments

Comments
 (0)