Skip to content

Commit bb00a6d

Browse files
committed
use CI_SYFT_IMAGE_TAG for the ci test, with fall back to SYFT_IMAGE_TAG
1 parent 864b2ca commit bb00a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/repository/templates/Jenkinsfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ pipeline {
12141214
-e WEB_AUTH=\"${CI_AUTH}\" \
12151215
-e WEB_PATH=\"${CI_WEBPATH}\" \
12161216
-e NODE_NAME=\"${NODE_NAME}\" \
1217-
-e SYFT_IMAGE_TAG=\"${SYFT_IMAGE_TAG}\" \
1217+
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
12181218
-t ghcr.io/linuxserver/ci:latest \
12191219
python3 test_build.py'''
12201220
}

0 commit comments

Comments
 (0)