We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf7a2f commit 378d31fCopy full SHA for 378d31f
.github/workflows/docker-build.yml
@@ -56,7 +56,7 @@ jobs:
56
# Also tag main branch commit as 'latest'
57
type=raw,value=latest,enable={{is_default_branch}}
58
# Tag develop branch commit as 'develop'
59
- type=raw,value=develop,enable={{ github.ref_name == 'develop' }}
+ type=raw,value=develop,enable=${{ github.ref_name == 'develop' }}
60
# Tag other branches with their name
61
type=ref,event=branch
62
# Tag commit sha as well for traceability
0 commit comments