static-hoster/.woodpecker.yml
Nikurasu ae854cbf24
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Run pipeline
2023-03-17 12:09:44 +01:00

14 lines
329 B
YAML

workspace:
path: static-hoster
base: /build
pipeline:
build:
image: docker:23-cli
privileged: true
commands:
- docker buildx 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 .
branches: main