Skip to content

Commit a4fcd1c

Browse files
author
cyk
committed
fix(docker): remove enable condition for beta image tagging
1 parent f2e5663 commit a4fcd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
IMAGE_PUSH: 'true'
2424
IMAGE_TAGS_BETA: |
2525
type=ref,event=pr
26-
type=raw,value=beta,enable={{is_default_branch}}
26+
type=raw,value=beta # 👈 去掉 enable 判断,强制所有情况都打上 beta 标签
2727
2828
jobs:
2929
build_binary:

0 commit comments

Comments
 (0)