drone as jsonnnet
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -9,7 +9,7 @@ local build(dir, package) = {
|
||||
name: 'build-%(package)s' % { package: package },
|
||||
image: 'plugin/docker',
|
||||
settings: {
|
||||
dockerfile: '%(dir)s/%(package)s/Dockerfile' % { dir: dir, package: package }
|
||||
dockerfile: '%(dir)s/%(package)s/Dockerfile' % { dir: dir, package: package },
|
||||
registry: 'http://cr.wks',
|
||||
insecure: 'true',
|
||||
tags: ['latest'],
|
||||
|
||||
Reference in New Issue
Block a user