This repository has been archived on 2023-02-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bachelor-thesis/.woodpecker.yml
Severin Kaderli 1f7bceaf4b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix CI configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-12-08 19:08:30 +01:00

12 lines
328 B
YAML

pipeline:
build-image:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: src/website/Dockerfile
context: src/website/
registry: registry.gitlab.com
repo: severinkaderli/registry
username:
from_secret: registry_user
password:
from_secret: registry_token