fix: Use pre-built dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
moanos [he/him] 2024-10-04 16:50:16 +02:00
parent 7f31c58abf
commit e6428965c4
2 changed files with 0 additions and 16 deletions

View File

@ -1,17 +1,6 @@
---
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:
image: moanos/sphinx-rtd
commands:

View File

@ -1,5 +0,0 @@
FROM sphinxdoc/sphinx
WORKDIR /docs
COPY ./docs/requirements.txt /docs
RUN pip3 install -r requirements.txt