We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851b79c commit 26b0bd7Copy full SHA for 26b0bd7
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Extract metadata (tags, labels) for Docker
71
id: meta
72
- uses: docker/metadata-action@v5.6.1
+ uses: docker/metadata-action@v5.7.0
73
with:
74
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
75
# Makes no sense to have an image with tag v0, hence the check in the last line.
0 commit comments