|
|
@@ -33,7 +33,7 @@ node {
|
|
|
* First, the incremental build number from Jenkins
|
|
|
* Second, the 'latest' tag.
|
|
|
* Pushing multiple tags is cheap, as all the layers are reused. */
|
|
|
- docker.withRegistry('https://container.kornbum.dev', 'container-kornblum-dev') {
|
|
|
+ docker.withRegistry('https://container.kornblum.dev', 'container-kornblum-dev') {
|
|
|
app.push("${env.BUILD_NUMBER}")
|
|
|
app.push("latest")
|
|
|
}
|