👷 Auto build
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Zhao Zuohong 2022-08-19 09:17:22 +08:00
parent 7d0cd05e49
commit 42145c91b3
1 changed files with 13 additions and 0 deletions

13
.woodpecker.yml Normal file
View File

@ -0,0 +1,13 @@
pipeline:
build:
image: docker
commands:
- docker build . --rm -t git.zhaozuohong.vip/zhao/node-pandoc
- docker login -u $REGISTRY_USERNAME -p $REGISTRY_PASSWORD git.zhaozuohong.vip
- docker push git.zhaozuohong.vip/zhao/node-pandoc
- docker rmi git.zhaozuohong.vip/zhao/node-pandoc
volumes:
- /var/run/docker.sock:/var/run/docker.sock
secrets:
- registry_username
- registry_password