We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb39ef commit 40074eaCopy full SHA for 40074ea
.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@766400ca14a75010e7b2e3119aa0d5b46826e8c7
+ uses: docker/metadata-action@70b2cdc6480c1a8b86edf1777157f8f437de2166
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