.
This commit is contained in:
parent
6f80d5f4e0
commit
b725949077
@ -118,7 +118,7 @@ RUN apk add --update --no-cache --virtual=.build-dependencies \\
|
||||
}
|
||||
}
|
||||
|
||||
stage ("Build & Push (v${staticVersion})") {
|
||||
stage ('Build & Push (v' + staticVersion + ')') {
|
||||
steps {
|
||||
container ('kaniko') {
|
||||
script {
|
||||
|
Reference in New Issue
Block a user