diff --git a/.drone.yml b/.drone.yml index c34ee27..ab9df01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,11 @@ pipeline: - pull: + build: image: amd64/alpine:latest commands: - - apk -U add docker git + - apk -U add docker - docker build https://github.com/Saiyato/snapserver_docker.git + - docker image ls + # - docker push infeeeee/snapserver_docker_ci:amd64 volumes: - /var/run/docker.sock:/var/run/docker.sock