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

add missing -f in front of dockerfile path

parent b2a89ad3
No related branches found
No related tags found
No related merge requests found
Pipeline #7604 passed
...@@ -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/Dockerfile . - docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" -f 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