woodpecker setup
This commit is contained in:
parent
c24d0d9941
commit
912589302e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: docker:latest
|
||||
image: docker
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- docker build -t codebreaker/caddy-keydb:latest .
|
||||
|
||||
- name: deploy
|
||||
image: docker:latest
|
||||
image: docker
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue