1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 19:41:38 +00:00

FIx Dev Container

This commit is contained in:
2025-05-14 11:02:43 -07:00
parent 388adf4a02
commit 609d4064a9
15 changed files with 391 additions and 2672 deletions

View File

@@ -8,13 +8,9 @@ build:
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}"
--destination "${CI_REGISTRY_IMAGE}:latest"
--cleanup
staging:
cache:
paths:
- _freeze
stage: deploy
image: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}
script: