dry_run and cache_from its own image
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -15,9 +15,12 @@ local build(dir, package) = {
|
|||||||
dockerfile: '%(dir)s/%(package)s/Dockerfile' % { dir: dir, package: package },
|
dockerfile: '%(dir)s/%(package)s/Dockerfile' % { dir: dir, package: package },
|
||||||
registry: 'http://cr.wks',
|
registry: 'http://cr.wks',
|
||||||
insecure: 'true',
|
insecure: 'true',
|
||||||
|
purge: 'false',
|
||||||
experimental: 'true',
|
experimental: 'true',
|
||||||
tags: ['latest'],
|
tags: ['latest'],
|
||||||
repo: 'cr.wks/%(package)s' % { package: package },
|
repo: 'cr.wks/%(package)s' % { package: package },
|
||||||
|
cache_from: 'cr.wks/%(package)s:latest' % { package: package },
|
||||||
|
dry_run: 'true'
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
[
|
[
|
||||||
@@ -47,4 +50,4 @@ local build(dir, package) = {
|
|||||||
for app in apps
|
for app in apps
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user