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 b613286 commit 666049fCopy full SHA for 666049f
.github/workflows/docker-publish.yml
@@ -49,11 +49,7 @@ jobs:
49
with:
50
images: ${{ env.DOCKERHUB_IMAGE }}
51
tags: |
52
- type=ref,event=branch
53
- type=ref,event=pr
54
type=semver,pattern={{version}}
55
- type=semver,pattern={{major}}.{{minor}}
56
- type=semver,pattern={{major}}
57
type=raw,value=latest,enable={{is_default_branch}}
58
type=raw,value=${{ github.event.inputs.tag }},enable=${{ github.event_name == 'workflow_dispatch' }}
59
0 commit comments