test
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-02-14 15:41:44 +01:00
parent 665f20e687
commit c7e213cd72
2 changed files with 25 additions and 8 deletions

View File

@ -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

13
old.woodpecker.yml Normal file
View File

@ -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