This commit is contained in:
parent
40ec2610df
commit
bf0073e446
20
.woodpecker.yaml
Normal file
20
.woodpecker.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
- name: build-container
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: git.saintnet.tech/stryan/nunbot
|
||||||
|
registry: git.saintnet.tech
|
||||||
|
password:
|
||||||
|
from_secret: build_pass
|
||||||
|
username:
|
||||||
|
from_secret: build_username
|
||||||
|
dockerfile: Containerfile
|
||||||
|
tags: latest
|
||||||
|
layers: true
|
||||||
|
when:
|
||||||
|
- branch: master
|
||||||
|
event: push
|
Loading…
Reference in New Issue
Block a user