static-hoster/.woodpecker.yml
Nikurasu 22eae3b2ff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add shitty missing tailing dot
2023-03-17 11:24:38 +01:00

12 lines
307 B
YAML

workspace:
path: static-hoster
base: /build
pipeline:
build:
image: docker:23-cli
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