diff --git a/.woodpecker.yml b/.woodpecker.yml index 0ce4f1c..1fef4e1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,6 @@ steps: build_and_release: image: maltegrosse/woodpecker-buildah:0.0.9 - pull: true - environment: - - BUILDAH_ISOLATION=chroot settings: registry: git.sandbox.iuk.hdm-stuttgart.de repository: grosse/jupyterlab-datascience @@ -16,10 +13,3 @@ steps: password: from_secret: docker_password buildargs: "-f" - backend_options: - kubernetes: - securityContext: - capabilities: - add: - - 'SYS_ADMIN' - privileged: true \ No newline at end of file