mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 10:05:28 +01:00
Update credentials
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
||||
options { timeout(time: 5, unit: 'MINUTES') }
|
||||
steps {
|
||||
script {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'docker_registry') {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
|
||||
dockerImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user