mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 09:05:29 +01:00
Update Jenkinsfile to update Jenkins with both the branch-buildNum AND branch image tag
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -65,6 +65,7 @@ pipeline {
|
||||
} else {
|
||||
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
|
||||
forgejoImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}")
|
||||
forgejoImage.push("${env.BRANCH_NAME}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user