Add Woodpecker CI configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
c390883162
commit
1cac61b6ca
1 changed files with 12 additions and 0 deletions
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pipeline:
|
||||||
|
build-image:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
registry: registry.gitlab.com
|
||||||
|
repo: registry.gitlab.com/severinkaderli/registry
|
||||||
|
tags: home.kaderli.dev
|
||||||
|
username:
|
||||||
|
from_secret: registry_user
|
||||||
|
password:
|
||||||
|
from_secret: registry_token
|
Loading…
Add table
Add a link
Reference in a new issue