mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
ci: move to private runner
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
image: registry.gitlab.com/openstapps/projectmanagement/node
|
image: registry.gitlab.com/openstapps/projectmanagement/node
|
||||||
|
|
||||||
|
default:
|
||||||
|
tags:
|
||||||
|
- performance
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm ci
|
- npm ci
|
||||||
|
|
||||||
@@ -70,7 +74,7 @@ pages:
|
|||||||
only:
|
only:
|
||||||
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
|
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
|
||||||
|
|
||||||
docker:
|
docker image:
|
||||||
image: registry.gitlab.com/openstapps/projectmanagement/builder:latest
|
image: registry.gitlab.com/openstapps/projectmanagement/builder:latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
@@ -90,11 +94,11 @@ docker:
|
|||||||
- docker build -t $IMAGETAG_LATEST -t $IMAGETAG_VERSION -t $IMAGETAG_CORE_VERSION .
|
- docker build -t $IMAGETAG_LATEST -t $IMAGETAG_VERSION -t $IMAGETAG_CORE_VERSION .
|
||||||
- docker push $IMAGETAG_BASE
|
- docker push $IMAGETAG_BASE
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- secrecy
|
||||||
only:
|
only:
|
||||||
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
|
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
|
||||||
|
|
||||||
branch:
|
branch image:
|
||||||
image: registry.gitlab.com/openstapps/projectmanagement/builder:latest
|
image: registry.gitlab.com/openstapps/projectmanagement/builder:latest
|
||||||
stage: publish
|
stage: publish
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -117,4 +121,4 @@ branch:
|
|||||||
- branches
|
- branches
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- secrecy
|
||||||
|
|||||||
Reference in New Issue
Block a user