17 lines
408 B
YAML
17 lines
408 B
YAML
steps:
|
|
publish-container:
|
|
image: taywee/woodpecker-buildah:amd64
|
|
pull: true
|
|
environment:
|
|
- CONDA_CUDA_OVERRIDE=11.2
|
|
- NVIDIA_VISIBLE_DEVICES=all
|
|
settings:
|
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
|
repo: specht/woodpecker-test
|
|
cache: false
|
|
# tag: 0.0.1
|
|
context: Dockerfile
|
|
token:
|
|
from_secret: secret_token
|
|
when:
|
|
branch: audio |