Skip to content
Snippets Groups Projects
Commit b2a89ad3 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix dockerfile not found

parent ef946f59
No related branches found
No related tags found
Loading
Pipeline #7603 failed
...@@ -16,5 +16,5 @@ build-docker: ...@@ -16,5 +16,5 @@ build-docker:
tag=":$CI_COMMIT_REF_SLUG" tag=":$CI_COMMIT_REF_SLUG"
fi fi
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" . - docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" docker/Dockerfile .
- docker push "$CI_REGISTRY_IMAGE${tag}" - docker push "$CI_REGISTRY_IMAGE${tag}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment