Add woodpecker CI
This commit is contained in:
parent
22f18f6f6b
commit
c9b335d156
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue