Add woodpecker-ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nikurasu 2023-03-17 11:18:10 +01:00
parent 5899f7f313
commit 2638eaa6e4
Signed by: Nikurasu
SSH key fingerprint: SHA256:Iw2UoxkrPR8iAXYVMPJIws3eX8ZyNrNr4y2HlJkZTpY

13
.woodpecker.yml Normal file
View file

@ -0,0 +1,13 @@
workspace:
path: static-hoster
base: /build
pipeline:
build:
image: docker:23-cli
commands:
- docker build -t dev.cat-enby.club/nikurasu/static-hoster:latest -t dev.cat-enby.club/nikurasu/static-hoster:v$CI_COMMIT_TAG -f dev/docker/images/production/Dockerfile
when:
event: tag
branches: main