File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,8 @@ release-prod:
278278
279279 # Create a GitHub release with pre-built JS files
280280 # Copy pre-built frontend files
281+ - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
282+ - CONTAINER_ID=$(docker create $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG)
281283 - docker cp $CONTAINER_ID:/app/api/src/static api/src/
282284 - docker cp $CONTAINER_ID:/app/api/src/frontend/index.html api/src/frontend/index.html
283285 - sed -i "/^src\/static$/d" api/.gitignore
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v2025.68 - 2025-08-13
3+ ## v2025.69 - 2025-08-13
44* Replace deprecated bitnami redis docker image with official redis image
55* Plugin ` markdownexport ` : Export reports as Markdown documents in ZIP format
66* Fix out of memory bug in ` StreamingHttpResponseAsync `
You can’t perform that action at this time.
0 commit comments