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