We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0694f commit 6bf7b89Copy full SHA for 6bf7b89
.github/workflows/docker-build.yml
@@ -33,6 +33,7 @@ jobs:
33
type=raw,value=latest,enable={{is_default_branch}}
34
type=ref,event=branch
35
type=ref,event=pr
36
+ type=ref,event=pr,value={{branch}}
37
type=semver,pattern=v{{version}}
38
type=semver,pattern=v{{major}}
39
type=semver,pattern=v{{major}}.{{minor}}
0 commit comments