From 2638eaa6e400d63d3ab71859fe6b5feb6378f347 Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Fri, 17 Mar 2023 11:18:10 +0100 Subject: [PATCH] Add woodpecker-ci --- .woodpecker.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..8b0728e --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,13 @@ +workspace: + path: static-hoster + base: /build + +pipeline: + build: + image: docker:23-cli + commands: + - docker 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 + when: + event: tag + +branches: main