static-hoster/.woodpecker.yml
Nikurasu a8c581a348
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
Removed login
2023-03-17 12:47:42 +01:00

19 lines
498 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 .
- docker push dev.cat-enby.club/nikurasu/static-hoster:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
event: tag
branches: main