We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba42add commit 3ef5428Copy full SHA for 3ef5428
.github/workflows/docker-publish.yml
@@ -69,7 +69,7 @@ jobs:
69
id: meta
70
uses: docker/metadata-action@v4
71
with:
72
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
73
tags: |
74
type=semver,pattern={{version}}
75
type=semver,pattern={{major}}.{{minor}}
0 commit comments