This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -8,11 +8,11 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker
|
image: docker.io/docker
|
||||||
commands:
|
commands:
|
||||||
- docker build .
|
- docker build .
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/podman/podman.sock:/var/run/docker.sock
|
- /var/run/podman/podman.sock:/var/run/docker.sock
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user