ci: move to private runner

This commit is contained in:
Rainer Killinger
2022-10-18 14:12:02 +02:00
parent 34c30d1b14
commit baafbcb598

View File

@@ -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