Skip to content

Commit 378d31f

Browse files
committed
Fix expression syntax for enable condition
1 parent dcf7a2f commit 378d31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Also tag main branch commit as 'latest'
5757
type=raw,value=latest,enable={{is_default_branch}}
5858
# Tag develop branch commit as 'develop'
59-
type=raw,value=develop,enable={{ github.ref_name == 'develop' }}
59+
type=raw,value=develop,enable=${{ github.ref_name == 'develop' }}
6060
# Tag other branches with their name
6161
type=ref,event=branch
6262
# Tag commit sha as well for traceability

0 commit comments

Comments
 (0)