mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 17:15:28 +01:00
Add catch-all testing build tag to make testing easier
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -66,6 +66,7 @@ pipeline {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
|
||||
forgejoImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}")
|
||||
forgejoImage.push("${env.BRANCH_NAME}")
|
||||
forgejoImage.push("testing")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user