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 5f1d3ed0b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix CI configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-12-08 19:10:03 +01:00

13 lines
376 B
YAML

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