Skip to content

Commit 810cf8b

Browse files
Bump docker/metadata-action from 5 to 6 (#2445)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 271c099 commit 810cf8b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# https://github.com/docker/metadata-action
4444
- name: Configure Docker metadata
4545
id: meta
46-
uses: docker/metadata-action@v5
46+
uses: docker/metadata-action@v6
4747
with:
4848
images: apache/systemds
4949
tags: |

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# https://github.com/docker/metadata-action
4747
- name: Configure Docker metadata
4848
id: meta
49-
uses: docker/metadata-action@v5
49+
uses: docker/metadata-action@v6
5050
with:
5151
images: apache/systemds
5252
tags: ${{ github.event.inputs.version }},latest

.github/workflows/docker-testImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# https://github.com/docker/metadata-action
4242
- name: Configure Docker metadata
4343
id: meta
44-
uses: docker/metadata-action@v5
44+
uses: docker/metadata-action@v6
4545
with:
4646
images: apache/systemds
4747
tags: |

0 commit comments

Comments
 (0)