mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-10 06:10:19 +01:00
push extra docker image tag with hash and version
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -71,6 +71,7 @@ node('docker') {
|
||||
image.push('latest')
|
||||
if (params.dockerTag) {
|
||||
image.push(dockerTag)
|
||||
image.push("2.0.0-${commitHash.substring(0,7)}-dev-${dockerTag}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user