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 189a86b commit 58a1347Copy full SHA for 58a1347
.github/workflows/docker-ci.yml
@@ -44,7 +44,7 @@ jobs:
44
# https://github.com/docker/metadata-action
45
- name: Extract Docker metadata
46
id: meta
47
- uses: docker/metadata-action@8d8c7c12f7b958582a5cb82ba16d5903cb27976a
+ uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
48
with:
49
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
50
.github/workflows/docker-publish.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments