add woodpecker
This commit is contained in:
parent
64e9500aad
commit
0667723086
20
.woodpecker.yaml
Normal file
20
.woodpecker.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
steps:
|
||||||
|
- name: build-container
|
||||||
|
image: plugins/docker
|
||||||
|
environment:
|
||||||
|
CONFIG_JSON:
|
||||||
|
from_secret: config_json
|
||||||
|
settings:
|
||||||
|
repo: git.saintnet.tech/stryan/saintnet_stickers
|
||||||
|
registry: git.saintnet.tech
|
||||||
|
password:
|
||||||
|
from_secret: build_pass
|
||||||
|
username:
|
||||||
|
from_secret: build_username
|
||||||
|
dockerfile: Containerfile
|
||||||
|
tags: latest
|
||||||
|
secrets_from_env:
|
||||||
|
- pack_config=CONFIG_JSON
|
||||||
|
when:
|
||||||
|
- branch: 'master'
|
||||||
|
event: push
|
Loading…
Reference in New Issue
Block a user