We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b7a69 commit e939b6eCopy full SHA for e939b6e
1 file changed
.github/workflows/docker-publish.yml
@@ -70,6 +70,13 @@ jobs:
70
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
71
with:
72
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
73
+ tags: |
74
+ type=schedule
75
+ type=ref,event=branch
76
+ type=ref,event=pr
77
+ type=semver,pattern={{version}}
78
+ type=semver,pattern={{major}}.{{minor}}
79
+ type=raw,value=latest,enable={{is_default_branch}}
80
81
# Build and push Docker image with Buildx (don't push on PR)
82
# https://github.com/docker/build-push-action
0 commit comments