fup
This commit is contained in:
parent
6c0dab4b38
commit
04565f87a9
|
@ -17,14 +17,14 @@ symfonyAppPipeline('ubuntu:22.04', [
|
||||||
'imageName': 'reg.cadoles.com/pcaseiro/myapplication-standalone',
|
'imageName': 'reg.cadoles.com/pcaseiro/myapplication-standalone',
|
||||||
// Use current tag or default tag if not defined
|
// 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
|
||||||
])
|
])
|
||||||
container.buildAndPublishImage([
|
container.buildAndPublishImage([
|
||||||
'imageName': 'reg.cadoles.com/pcaseiro/myapplication-kube',
|
'imageName': 'reg.cadoles.com/pcaseiro/myapplication-kube',
|
||||||
// Use current tag or default tag if not defined
|
// Use current tag or default tag if not defined
|
||||||
'imageTag': defaultTag,
|
'imageTag': defaultTag,
|
||||||
'dockerfile': './misc/images/myapplication-kube/Dockerfile',
|
'dockerfile': 'misc/images/myapplication-kube/Dockerfile',
|
||||||
'dryRun': false
|
'dryRun': false
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue