rename admin-backend to admin-frontend because that is what it is
This commit is contained in:
parent
42407e1d0f
commit
09587eece0
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,6 +17,7 @@
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
*.swp
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
|
|
@ -5,7 +5,7 @@ stages:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
KANIKO_BUILD_IMAGENAME: admin-backend
|
KANIKO_BUILD_IMAGENAME: admin-frontend
|
||||||
|
|
||||||
build-project:
|
build-project:
|
||||||
stage: build-project
|
stage: build-project
|
||||||
|
|
Loading…
Reference in a new issue