diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..d950677 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,11 @@ +when: + event: tag + +steps: + build: + image: docker:cli + commands: + - docker build -f docker/Dockerfile -t incr:${CI_COMMIT_TAG} . + - docker tag incr:${CI_COMMIT_TAG} incr:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock \ No newline at end of file