We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733cf31 commit c338578Copy full SHA for c338578
.github/workflows/docker-publish.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Extract Docker metadata
78
id: meta
79
- uses: docker/metadata-action@8d8c7c12f7b958582a5cb82ba16d5903cb27976a
+ uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
80
with:
81
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
82
tags: |
@@ -126,7 +126,7 @@ jobs:
126
127
128
129
130
131
132
0 commit comments