Rename openappstack to stackspin
This commit is contained in:
parent
25a82b08c8
commit
1cbfeee0f0
3 changed files with 10 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ stages:
|
|||
image: node:14-alpine
|
||||
|
||||
variables:
|
||||
KANIKO_BUILD_IMAGENAME: admin-frontend
|
||||
KANIKO_BUILD_IMAGENAME: dashboard
|
||||
|
||||
build-project:
|
||||
stage: build-project
|
||||
|
|
@ -37,4 +37,3 @@ build-container:
|
|||
- cd web-build
|
||||
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
|
||||
- /kaniko/executor --cache=true --context ${CI_PROJECT_DIR}/web-build --destination ${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_COMMIT_REF_SLUG}
|
||||
|
||||
|
|
|
|||
Reference in a new issue