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

Update .gitlab-ci.yml file

parent 5b35d20f
Branches
1 merge request!1Draft: Resolve "Extrahovat Gateway z projketu dna-analyser"
Pipeline #158680 failed with stage
in 2 minutes and 27 seconds
......@@ -66,7 +66,7 @@ docker-build:
image: docker:git
script:
- echo $IMAGE_TAG
- docker build -t $DOCKER_NAMESPACE/gateway:$IMAGE_TAG .
- docker build -t $DOCKER_NAMESPACE/gateway:latest .
- docker save -o build/image.tar $DOCKER_NAMESPACE/gateway:$IMAGE_TAG
artifacts:
paths:
......
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