Skip to content
Snippets Groups Projects
Verified Commit 1a25c623 authored by Martin Weise's avatar Martin Weise
Browse files

Own stage for dockerhub

parent 648fa303
No related branches found
No related tags found
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
...@@ -548,6 +548,24 @@ build-api-version: ...@@ -548,6 +548,24 @@ build-api-version:
- ./swagger/1.3 - ./swagger/1.3
expire_in: 1 days expire_in: 1 days
docs-registry:
stage: docs
image: docker.io/python:3.9-slim
only:
refs:
- dev
- master
script:
- python3 .docs/docker/release.py
cache:
paths:
- ./final
artifacts:
when: always
paths:
- ./final
expire_in: 1 days
docs-latest: docs-latest:
stage: docs stage: docs
image: docker.io/python:3.9-slim image: docker.io/python:3.9-slim
...@@ -566,7 +584,6 @@ docs-latest: ...@@ -566,7 +584,6 @@ docs-latest:
- mkdocs build && cp -r ./site ./final/latest - mkdocs build && cp -r ./site ./final/latest
- cp ./.docs/redirect.html ./final/index.html - cp ./.docs/redirect.html ./final/index.html
- cp -r ./swagger/latest ./final/latest/swagger - cp -r ./swagger/latest ./final/latest/swagger
- python3 .docs/docker/release.py
cache: cache:
paths: paths:
- ./final - ./final
...@@ -593,7 +610,6 @@ docs-version: ...@@ -593,7 +610,6 @@ docs-version:
- mkdir -p ./final - mkdir -p ./final
- mkdocs build && cp -r ./site ./final/1.3 - mkdocs build && cp -r ./site ./final/1.3
- cp -r ./swagger/1.3 ./final/1.3/swagger - cp -r ./swagger/1.3 ./final/1.3/swagger
- python3 .docs/docker/release.py
cache: cache:
paths: paths:
- ./final - ./final
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment