another wp
This commit is contained in:
parent
912589302e
commit
0ec3b9db9c
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
steps:
|
||||
- name: build
|
||||
when:
|
||||
event: push
|
||||
image: docker
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
@ -7,6 +9,8 @@ steps:
|
|||
- docker build -t codebreaker/caddy-keydb:latest .
|
||||
|
||||
- name: deploy
|
||||
when:
|
||||
event: push
|
||||
image: docker
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue