mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-05-19 20:15:24 +02: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