fup-try-100
This commit is contained in:
parent
ca4f70e0f3
commit
579b1e8506
|
@ -15,7 +15,6 @@ symfonyAppPipeline('ubuntu:22.04', [
|
||||||
String defaultTag = sh(returnStdout: true, script: 'git describe --always').trim()
|
String defaultTag = sh(returnStdout: true, script: 'git describe --always').trim()
|
||||||
kubecontainer.buildAndPublishImage([
|
kubecontainer.buildAndPublishImage([
|
||||||
'imageName': 'reg.cadoles.com/pcaseiro/myapplication-standalone',
|
'imageName': 'reg.cadoles.com/pcaseiro/myapplication-standalone',
|
||||||
// Use current tag or default tag if not defined
|
|
||||||
'imageTag': defaultTag,
|
'imageTag': defaultTag,
|
||||||
'dockerfile': './misc/images/myapplication-standalone/Dockerfile',
|
'dockerfile': './misc/images/myapplication-standalone/Dockerfile',
|
||||||
'dryRun': false
|
'dryRun': false
|
||||||
|
|
Loading…
Reference in New Issue