Skip to content

Commit d207354

Browse files
committed
chore(deps): update docker/metadata-action action to v6
1 parent 2c56754 commit d207354

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
@@ -804,7 +804,7 @@ jobs:
804804
# Get metadata from repo
805805
- name: Extract metadata (tags, labels) for Docker
806806
id: meta
807-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
807+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
808808
with:
809809
images: ${{ steps.image_names_tags.outputs.names }}
810810

@@ -990,7 +990,7 @@ jobs:
990990
# Get metadata from repo
991991
- name: Extract metadata (tags, labels) for Docker
992992
id: meta
993-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
993+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
994994
with:
995995
images: ${{ steps.image_names_tags.outputs.names }}
996996

@@ -1193,7 +1193,7 @@ jobs:
11931193
- name: Extract metadata (tags, labels) for Docker
11941194
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
11951195
id: meta
1196-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
1196+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
11971197
with:
11981198
images: ${{ steps.image_names_tags.outputs.names }}
11991199

@@ -1389,7 +1389,7 @@ jobs:
13891389
- name: Extract metadata (tags, labels) for Docker
13901390
if: needs.workflows_env.outputs.build_nohealthcheck == 'true'
13911391
id: meta
1392-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
1392+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
13931393
with:
13941394
images: ${{ steps.image_names_tags.outputs.names }}
13951395

.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@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
632+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
633633
with:
634634
images: ${{ steps.image_names_tags.outputs.names }}
635635

0 commit comments

Comments
 (0)