Skip to content
Snippets Groups Projects
Commit 145fcfb5 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

Update .gitlab-ci.yml file

parent 0f762bb8
No related branches found
No related tags found
No related merge requests found
Pipeline #1565441 passed
......@@ -57,7 +57,7 @@ rights-engine-docker-build:
tag="$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
image_name="$CI_REGISTRY_IMAGE:$tag"
image_name="$CI_REGISTRY_IMAGE/rights-engine:$tag"
echo "Docker image name is: $image_name"
- docker build --pull -t "$image_name" ./src
- docker push "$image_name"
......
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