static-hoster/.woodpecker.yml
Nikurasu 9e188d17fa
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Disabled docker-cache
2023-03-17 12:16:12 +01:00

15 lines
403 B
YAML

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