We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f6cea commit dd1cf93Copy full SHA for dd1cf93
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
# https://github.com/docker/metadata-action
48
- name: Extract Docker metadata
49
id: meta
50
- uses: docker/metadata-action@418e4b98bf2841bd337d0b24fe63cb36dc8afa55
+ uses: docker/metadata-action@a60f0f62b5c12316066c8db464bfb2faafd7907b
51
with:
52
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
53
flavor: |
0 commit comments