static-hoster/.woodpecker.yml
Nikurasu 2638eaa6e4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add woodpecker-ci
2023-03-17 11:18:10 +01:00

14 lines
325 B
YAML

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