This commit is contained in:
iFargle
2023-02-10 21:39:54 +09:00
parent 498a3f54dd
commit f5e106fb60

2
Jenkinsfile vendored
View File

@@ -28,7 +28,7 @@ pipeline {
)
ghcrImage = docker.build("ifargle/headscale-webui:${env.BRANCH_NAME}-${env.BUILD_ID}",
"--label \"GIT_COMMIT=${env.GIT_COMMIT}\""
+ "--environment \"GIT_COMMIT=${env.GIT_COMMIT}\""
+ " --environment \"GIT_COMMIT=${env.GIT_COMMIT}\""
+ " ."
)
}