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 2bf4e12 commit dc7c8d4Copy full SHA for dc7c8d4
.github/workflows/docker-publish.yml
@@ -59,6 +59,12 @@ jobs:
59
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
60
with:
61
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
62
+ tags: |
63
+ type=ref,event=branch
64
+ type=ref,event=pr
65
+ type=semver,pattern={{version}}
66
+ type=semver,pattern={{major}}.{{minor}}
67
+ type=sha
68
69
# Build and push Docker image with Buildx (don't push on PR)
70
# https://github.com/docker/build-push-action
0 commit comments