add woodpecker

This commit is contained in:
stryan 2024-06-17 21:13:25 -04:00
parent 64e9500aad
commit 0667723086

20
.woodpecker.yaml Normal file
View 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