12 lines
310 B
YAML
12 lines
310 B
YAML
pipeline:
|
|
build:
|
|
image: amd64/alpine:latest
|
|
commands:
|
|
- apk -U add docker git
|
|
- 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
|
|
|