updates stage label

This commit is contained in:
Hyatt 2022-05-02 09:58:41 -05:00
parent de12c26206
commit 6f80d5f4e0
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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 {