mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-19 05:05:28 +01:00
test
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -40,12 +40,12 @@ pipeline {
|
||||
options { timeout(time: 5, unit: 'MINUTES') }
|
||||
steps {
|
||||
script {
|
||||
if (${env.BRANCH_NAME} == 'testing') {
|
||||
if (env.BRANCH_NAME == 'testing') {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
|
||||
dockerImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}")
|
||||
}
|
||||
}
|
||||
if (${env.BRANCH_NAME} == 'main') {
|
||||
if (env.BRANCH_NAME == 'main') {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
|
||||
dockerImage.push("latest")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user