Compare commits
5 Commits
2d690d4536
...
ci
Author | SHA1 | Date | |
---|---|---|---|
e6428965c4 | |||
7f31c58abf | |||
1c3d2c7cf5 | |||
90489e01b0 | |||
ed8ccd96f4 |
@@ -1,17 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
create_docker_image:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
repo: moanos/sphinx-rtd
|
|
||||||
dockerfile: docs/Dockerfile
|
|
||||||
tag: latest
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: moanos/sphinx-rtd
|
image: moanos/sphinx-rtd
|
||||||
commands:
|
commands:
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
FROM sphinxdoc/sphinx
|
|
||||||
|
|
||||||
WORKDIR .
|
|
||||||
ADD requirements.txt ./
|
|
||||||
RUN pip3 install -r requirements.txt
|
|
Reference in New Issue
Block a user