Trying to push
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
2021-08-31 01:43:58 +02:00
parent 0d5a715c23
commit d3107e52aa

View File

@@ -4,7 +4,8 @@ pipeline:
commands: commands:
- apk -U add docker git - apk -U add docker git
- docker build https://github.com/Saiyato/snapserver_docker.git - docker build https://github.com/Saiyato/snapserver_docker.git
# - docker image ls - 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 - docker push infeeeee/snapserver_docker_ci:amd64
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock