static-hoster/.woodpecker.yml

13 lines
328 B
YAML
Raw Normal View History

2023-03-17 10:18:10 +00:00
workspace:
path: static-hoster
base: /build
pipeline:
build:
image: docker:23-cli
2023-03-17 10:30:35 +00:00
privileged: true
2023-03-17 10:18:10 +00:00
commands:
2023-03-17 10:24:38 +00:00
- 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 .
2023-03-17 10:18:10 +00:00
branches: main