diff --git a/.drone.yml b/.drone.yml index 4d28713..6563b99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,11 +8,11 @@ platform: steps: - name: build - image: docker - commands: - - docker build . - volumes: - - /var/run/podman/podman.sock:/var/run/docker.sock + image: docker.io/docker + commands: + - docker build . + volumes: + - /var/run/podman/podman.sock:/var/run/docker.sock - name: publish image: plugins/docker settings: