experimental features and copy chmod
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-17 12:46:58 +01:00
parent 296ab18421
commit 5a96d89fc2
2 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ local build(dir, package) = {
dockerfile: '%(dir)s/%(package)s/Dockerfile' % { dir: dir, package: package },
registry: 'http://cr.wks',
insecure: 'true',
experimental: 'true',
tags: ['latest'],
repo: 'cr.wks/%(package)s' % { package: package },
},