rename admin-backend to admin-frontend because that is what it is

This commit is contained in:
Maarten de Waard 2021-09-30 15:41:15 +02:00
parent 42407e1d0f
commit 09587eece0
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -17,6 +17,7 @@
.env.development.local
.env.test.local
.env.production.local
*.swp
npm-debug.log*
yarn-debug.log*

View file

@ -5,7 +5,7 @@ stages:
image: node:14-alpine
variables:
KANIKO_BUILD_IMAGENAME: admin-backend
KANIKO_BUILD_IMAGENAME: admin-frontend
build-project:
stage: build-project