diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f4768f71e5d80165a4ec3d8c5f38dff76ae797d..06c972e87efe477c4b5a4ff5546063cfb204b6b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ variables: TRIVY_CACHE_DIR: ".trivycache/" DOCKER_HOST: "unix:///var/run/dind/docker.sock" TESTCONTAINERS_RYUK_DISABLED: "false" - APP_VERSION: "1.4.1" - CHART_VERSION: "1.4.1" + APP_VERSION: "1.4.0" + CHART_VERSION: "1.4.0" image: debian:12-slim @@ -646,7 +646,7 @@ docs-latest: - pip install -r ./requirements.txt - mkdir -p ./final/{latest,1.3} - find ./.docs -type f -exec sed -i -e "s/__TAG__/latest/g" {} \; - - find ./.docs -type f -exec sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" {} \; + - find ./.docs -type f -exec sed -i -e "s/__APPVERSION__/latest/g" {} \; - mkdocs build && cp -r ./site ./final/latest - cp ./.docs/redirect.html ./final/index.html - cp ./.docs/redirect.html ./final/1.3/index.html