We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6892fb3 commit d48cbf7Copy full SHA for d48cbf7
1 file changed
.github/workflows/docker-publish.yml
@@ -64,6 +64,11 @@ jobs:
64
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
65
with:
66
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
67
+ tags: |
68
+ type=semver,pattern={{version}}
69
+ type=semver,pattern={{major}}.{{minor}}
70
+ type=semver,pattern={{major}}
71
+ type=sha
72
73
# Build and push Docker image with Buildx (don't push on PR)
74
# https://github.com/docker/build-push-action
0 commit comments