Loading src/e2e_orchestrator/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ # limitations under the License. # build, tag and push the Docker image to the gitlab registry build e2eorchestrator: build e2e_orchestrator: variables: IMAGE_NAME: 'e2eorchestrator' # name of the microservice IMAGE_NAME: 'e2e_orchestrator' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: build before_script: Loading src/vnt_manager/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ # limitations under the License. # build, tag and push the Docker image to the gitlab registry build vntmanager: build vnt_manager: variables: IMAGE_NAME: 'vntmanager' # name of the microservice IMAGE_NAME: 'vnt_manager' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: build before_script: Loading Loading
src/e2e_orchestrator/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ # limitations under the License. # build, tag and push the Docker image to the gitlab registry build e2eorchestrator: build e2e_orchestrator: variables: IMAGE_NAME: 'e2eorchestrator' # name of the microservice IMAGE_NAME: 'e2e_orchestrator' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: build before_script: Loading
src/vnt_manager/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ # limitations under the License. # build, tag and push the Docker image to the gitlab registry build vntmanager: build vnt_manager: variables: IMAGE_NAME: 'vntmanager' # name of the microservice IMAGE_NAME: 'vnt_manager' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: build before_script: Loading