Deploy with docker socket

This commit is contained in:
2026-02-20 13:59:20 +00:00
parent 5883f51918
commit 9a06e72dfa

View File

@@ -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