diff --git a/.woodpecker.yml b/.woodpecker.yml index a89c0ba..1d67a7a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,17 @@ -pipeline: +steps: publish-container: - image: woodpeckerci/plugin-docker-buildx:2.1.0 - secrets: [ docker_username, docker_password ] - group: docker + image: taywee/woodpecker-buildah:amd64 + pull: true environment: - CONDA_CUDA_OVERRIDE=11.2 - NVIDIA_VISIBLE_DEVICES=all settings: - registry: https://git.sandbox.iuk.hdm-stuttgart.de - repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu - dockerfile: Dockerfile - tags: latest + registry: git.sandbox.iuk.hdm-stuttgart.de + repo: grosse/jupyterlab-datascience-gpu + cache: false + tag: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu:test + context: Dockerfile + username: + from_secret: docker_username + password: + from_secret: docker_password diff --git a/old.woodpecker.yml b/old.woodpecker.yml new file mode 100644 index 0000000..a89c0ba --- /dev/null +++ b/old.woodpecker.yml @@ -0,0 +1,13 @@ +pipeline: + publish-container: + image: woodpeckerci/plugin-docker-buildx:2.1.0 + secrets: [ docker_username, docker_password ] + group: docker + environment: + - CONDA_CUDA_OVERRIDE=11.2 + - NVIDIA_VISIBLE_DEVICES=all + settings: + registry: https://git.sandbox.iuk.hdm-stuttgart.de + repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu + dockerfile: Dockerfile + tags: latest