init
This commit is contained in:
commit
91a950e72f
17 changed files with 2724 additions and 0 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
when:
|
||||
branch: main
|
||||
event: push
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:27-cli
|
||||
environment:
|
||||
- DOCKER_HOST=unix:///var/run/docker.sock
|
||||
commands:
|
||||
- docker build -t 10.0.0.3:5000/jarvis:latest .
|
||||
- docker push 10.0.0.3:5000/jarvis:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Loading…
Add table
Add a link
Reference in a new issue