This commit is contained in:
parent
5899f7f313
commit
2638eaa6e4
1 changed files with 13 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue