This repository has been archived on 2025-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
snapserver_docker_ci/.drone.yml
Péter Gyetvai b5e99a2cb2
Some checks failed
continuous-integration/drone the build failed
install git
2021-08-31 03:22:05 +02:00

14 lines
486 B
YAML

pipeline:
build:
# image: amd64/alpine:latest
image: docker:dind
commands:
- apk -U add git
- docker build https://github.com/Saiyato/snapserver_docker.git
- docker container commit 58dfdc384cc5 snapserver_docker_ci:amd64
- docker image tag snapserver_docker_ci:amd64 infeeeee/snapserver_docker_ci:amd64
- docker push infeeeee/snapserver_docker_ci:amd64
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
privileged: true