Skip to content
Snippets Groups Projects
Commit c942dbe7 authored by xkoloma1's avatar xkoloma1
Browse files

Update .gitlab-ci.yml file

parent 7d2a959e
Branches
1 merge request!1Draft: Resolve "Extrahovat Gateway z projketu dna-analyser"
Pipeline #158688 failed with stages
in 1 minute and 44 seconds
variables:
SPRING_PROFILES_ACTIVE: gitlab
DOCKER_HOST: $DOCKER_HOST_BIO
IMAGE_TAG: $CI_COMMIT_TAG
#services:
# - docker:dind
......@@ -60,9 +58,9 @@ docker-build:
stage: build
image: docker:git
script:
- echo $IMAGE_TAG
- docker build -t $DOCKER_NAMESPACE/gateway:$IMAGE_TAG .
- docker save -o build/image.tar $DOCKER_NAMESPACE/gateway:$IMAGE_TAG
- echo $CI_COMMIT_TAG
- docker build -t $DOCKER_NAMESPACE/gateway:$CI_COMMIT_TAG .
- docker save -o build/image.tar $DOCKER_NAMESPACE/gateway:$CI_COMMIT_TAG
# ===========================================================================
# Stage: test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment