Skip to content

Commit b4054c4

Browse files
Bump docker/metadata-action from 3 to 5 (#281)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](docker/metadata-action@v3...v5) --- updated-dependencies: - dependency-name: docker/metadata-action 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 cb0519b commit b4054c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Setup metadata based on the commit/tag that will be used for tagging the image
1313
- name: Setup Docker meta
1414
id: meta
15-
uses: docker/metadata-action@v3
15+
uses: docker/metadata-action@v5
1616
with:
1717
images: |
1818
datastax/cassandra-data-migrator

.github/workflows/docker-push-sha-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Only build and publish a commit based tag
1414
- name: Setup Docker meta
1515
id: meta
16-
uses: docker/metadata-action@v3
16+
uses: docker/metadata-action@v5
1717
with:
1818
images: |
1919
datastax/cassandra-data-migrator

0 commit comments

Comments
 (0)