diff --git a/.oldwoodpecker copy.yml b/.oldwoodpecker copy.yml deleted file mode 100644 index cb491cb..0000000 --- a/.oldwoodpecker copy.yml +++ /dev/null @@ -1,19 +0,0 @@ -steps: - build_and_release: - image: woodpeckerci/plugin-kaniko:1.1.1 - #image: maltegrosse/plugin-kaniko:latest - pull: true - settings: - registry: git.sandbox.iuk.hdm-stuttgart.de - repo: grosse/jupyterlab-datascience - INGNORE_VAR_RUN: false - cache: false - LOG_LEVEL: trace - tags: - - 4.0.12 - - latest - dockerfile: Dockerfile - username: - from_secret: docker_username - password: - from_secret: docker_password diff --git a/.woodpecker.yml b/.woodpecker.yml index e2d5a35..6641ccd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,10 @@ +workspace: + base: '/woodpecker' + path: '/' + steps: build_and_release: - image: taywee/woodpecker-buildah:amd64 + image: woodpeckerci/plugin-kaniko:1.1.1 #image: maltegrosse/plugin-kaniko:latest pull: true settings: @@ -8,11 +12,11 @@ steps: repo: grosse/jupyterlab-datascience INGNORE_VAR_RUN: false cache: false - # LOG_LEVEL: trace - tag: 4.0.12 - arguments: - storage-driver: vfs - context: Dockerfile + LOG_LEVEL: trace + tags: + - 4.0.12 + - latest + dockerfile: Dockerfile username: from_secret: docker_username password: