Skip to content

Commit cc5347c

Browse files
fix(ci): don't build debug on release tag image (#18)
1 parent fede75a commit cc5347c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workflow:
1111
variables:
1212
DEBUG_IMAGE: "1"
1313
IMAGE_SUFFIX: "-debug"
14-
- if: '$CI_COMMIT_BRANCH == "coreweave"'
14+
- if: '$CI_COMMIT_BRANCH == "coreweave" || $CI_COMMIT_TAG'
1515
variables:
1616
DEBUG_IMAGE: "0"
1717
IMAGE_SUFFIX: ""

0 commit comments

Comments
 (0)