Skip to content
Snippets Groups Projects
Commit 80461ef7 authored by Max Lou's avatar Max Lou
Browse files

Update .gitlab-ci.yml file

parent 5af724e3
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ dashboard-example-docker-build:
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
# Build Backend Docker Container
- echo $CI_SERVER_HOST
- echo $CI_JOB_TOKEN
- echo $CI_SERVER_HOST > .env
- echo $CI_PROJECT_ID >> .env
- echo $CI_JOB_TOKEN >> .env
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}/dashboard-example" .
- docker push "$CI_REGISTRY_IMAGE${tag}/dashboard-example"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment