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 f1cb3db commit 7050aebCopy full SHA for 7050aeb
.github/workflows/docker-publish.yml
@@ -66,6 +66,11 @@ jobs:
66
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
67
with:
68
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
69
+ tags: |
70
+ type=ref,event=branch
71
+ type=ref,event=pr
72
+ type=semver,pattern={{version}}
73
+ type=semver,pattern={{major}}.{{minor}}
74
75
# Build and push Docker image with Buildx (don't push on PR)
76
# https://github.com/docker/build-push-action
0 commit comments