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