mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 11:35:29 +01:00
Add Github push to Jenkinsfile
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -47,6 +47,9 @@ pipeline {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
|
||||
dockerImage.push("latest")
|
||||
}
|
||||
docker.withRegistry('https://ghcr.io/', 'github-ifargle-pat') {
|
||||
dockerImage.push("latest")
|
||||
}
|
||||
} else {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
|
||||
dockerImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}")
|
||||
@@ -56,4 +59,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user