We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0519b commit b4054c4Copy full SHA for b4054c4
.github/workflows/docker-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
# Setup metadata based on the commit/tag that will be used for tagging the image
13
- name: Setup Docker meta
14
id: meta
15
- uses: docker/metadata-action@v3
+ uses: docker/metadata-action@v5
16
with:
17
images: |
18
datastax/cassandra-data-migrator
.github/workflows/docker-push-sha-commit.yml
@@ -13,7 +13,7 @@ jobs:
# Only build and publish a commit based tag
19
0 commit comments