platform part, not an array and its plugins/docker
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-15 17:58:30 +01:00
parent af467c339e
commit 3debf1dabc

View File

@@ -11,7 +11,7 @@ local build(dir, package) = {
},
steps: [ {
name: '%(package)s' % { package: package },
image: 'plugin/docker',
image: 'plugins/docker',
settings: {
dockerfile: '%(dir)s/%(package)s/Dockerfile' % { dir: dir, package: package },
registry: 'http://cr.wks',