We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178b008 commit 78c4de5Copy full SHA for 78c4de5
2 files changed
.github/workflows/cd.yml
@@ -30,7 +30,7 @@ jobs:
30
password: ${{ secrets.GITHUB_TOKEN }}
31
- name: Extract Docker metadata
32
id: meta
33
- uses: docker/metadata-action@3f6690a76cbcbe44da6bac853d66df365ab3af27
+ uses: docker/metadata-action@38b36773831fce8789962056bf155ba063580c34
34
with:
35
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
- name: Build and push Docker image
.github/workflows/docker-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
# https://github.com/docker/metadata-action
42
43
44
45
46
47
0 commit comments