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

update pipline build

parent 643b9d8a
No related branches found
No related tags found
No related merge requests found
Pipeline #14110 failed
...@@ -29,7 +29,7 @@ job_build-image: ...@@ -29,7 +29,7 @@ job_build-image:
- docker info - docker info
- docker-compose --version - docker-compose --version
script: script:
- docker-compose up --build --tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}" - docker-compose build --tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}"
# - docker-compose build # - docker-compose build
# --file "server/Containerfile" # --file "server/Containerfile"
# --tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}" # --tag "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}"
......
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