We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95093b commit df2c5e5Copy full SHA for df2c5e5
.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@3343011071fa59c64a174cc6aa415dc13b31b7b2
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