From c7e213cd721ebd2f3da1b02d9d6107547bf55bd5 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Wed, 14 Feb 2024 15:41:44 +0100 Subject: [PATCH] test --- .woodpecker.yml | 20 ++++++++++++-------- old.woodpecker.yml | 13 +++++++++++++ 2 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 old.woodpecker.yml 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