mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
ci: use built images
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
image: node:lts-alpine
|
image: registry.gitlab.com/openstapps/projectmanagement/node
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
@@ -20,7 +20,7 @@ build:npm:
|
|||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
build:docker-builder:
|
build:docker-builder:
|
||||||
image: docker:stable
|
image: registry.gitlab.com/openstapps/projectmanagement/builder
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
@@ -37,7 +37,7 @@ build:docker-builder:
|
|||||||
- docker
|
- docker
|
||||||
|
|
||||||
build:docker-node:
|
build:docker-node:
|
||||||
image: docker:stable
|
image: registry.gitlab.com/openstapps/projectmanagement/builder
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
|||||||
Reference in New Issue
Block a user