mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 21:18:04 +00:00
DinD
This commit is contained in:
+9
-5
@@ -1,10 +1,14 @@
|
|||||||
---
|
---
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
build:
|
||||||
image: plugins/docker
|
privileged: true
|
||||||
dockerfile: Dockerfile.prod
|
image: docker:stable-dind
|
||||||
repo: rancher/docs
|
volumes:
|
||||||
context: .
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
commands:
|
||||||
|
- docker build -f Dockerfile.prod .
|
||||||
|
when:
|
||||||
|
event: [pull_request]
|
||||||
|
|
||||||
docker-publish-dev:
|
docker-publish-dev:
|
||||||
group: publish
|
group: publish
|
||||||
|
|||||||
Reference in New Issue
Block a user