Skip to content
Snippets Groups Projects
Commit d4da0cdc authored by s80984's avatar s80984
Browse files

Update build pipeline

parent c1dd1c78
No related branches found
No related tags found
No related merge requests found
Pipeline #14128 failed
...@@ -31,10 +31,10 @@ job_build-image: ...@@ -31,10 +31,10 @@ job_build-image:
# - docker-compose up #--tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}" ps # - docker-compose up #--tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}" ps
- docker-compose up -d --build - docker-compose up -d --build
- docker build - docker build
--file "server/Containerfile" --file "app/server/Containerfile"
--tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}" --tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}"
- docker ps # - docker ps
- docker network list # - docker network list
# # NOTE: push image to local registry so that it can be accessed in subsequent jobs # # NOTE: push image to local registry so that it can be accessed in subsequent jobs
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} - docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment