We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6837625 + cf644a2 commit 897903cCopy full SHA for 897903c
.github/workflows/docker-publish.yml
@@ -65,7 +65,11 @@ jobs:
65
with:
66
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
67
tags: |
68
- ${{ github.event_name == 'pull_request' && 'type=ref,event=pr' || 'type=ref,event=branch' }}
+ type=ref,event=branch
69
+ type=ref,event=pr
70
+ type=semver,pattern={{version}}
71
+ type=semver,pattern={{major}}.{{minor}}
72
+ type=semver,pattern={{major}}
73
74
# Build and push Docker image with Buildx
75
# https://github.com/docker/build-push-action
0 commit comments