Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1722d36

Browse files
Bump docker/metadata-action from 5 to 6 (#193)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2dde00 commit 1722d36

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/packages-cta-almalinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Extract metadata (tags, labels) for Docker
7171
id: meta
72-
uses: docker/metadata-action@v5
72+
uses: docker/metadata-action@v6
7373
with:
7474
tags: |
7575
type=ref,event=pr,suffix=-cta-almalinux-${{ matrix.type }}

.github/workflows/packages-cta-prod5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Extract metadata (tags, labels) for Docker
5353
id: meta
54-
uses: docker/metadata-action@v5
54+
uses: docker/metadata-action@v6
5555
with:
5656
tags: |
5757
type=ref,event=pr,suffix=-cta-prod5

.github/workflows/packages-cta-prod6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Extract metadata (tags, labels) for Docker
5656
id: meta
57-
uses: docker/metadata-action@v5
57+
uses: docker/metadata-action@v6
5858
with:
5959
tags: |
6060
type=ref,event=pr,suffix=-cta-${{ matrix.prod }}

.github/workflows/packages-cta-slib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Extract metadata (tags, labels) for Docker
5353
id: meta
54-
uses: docker/metadata-action@v5
54+
uses: docker/metadata-action@v6
5555
with:
5656
tags: |
5757
type=ref,event=pr,suffix=-cta-slib

0 commit comments

Comments
 (0)