1 parent fae43e3 commit 645dc58Copy full SHA for 645dc58
1 file changed
.github/workflows/docker-publish.yml
@@ -40,7 +40,11 @@ jobs:
40
with:
41
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
42
tags: |
43
+ type=ref,event=branch
44
+ type=semver,pattern={{version}}
45
+ type=semver,pattern={{major}}.{{minor}}
46
type=raw,value=latest,enable={{is_default_branch}}
47
+ type=sha,prefix={{branch}}-
48
49
- name: Build and push Docker image
50
uses: docker/build-push-action@v5
0 commit comments