Deploy with docker socket
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: build-and-deploy
|
- name: build-and-deploy
|
||||||
image: docker:27
|
image: docker:27
|
||||||
privileged: true
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
Reference in New Issue
Block a user