Skip to content
Snippets Groups Projects
Commit 53fead94 authored by Hannes Bohring's avatar Hannes Bohring :eyes:
Browse files

[orchestration-65] fixed wrong docker build path

parent 0cfda990
No related branches found
No related tags found
1 merge request!207[orchestration-65] fixed wrong docker build path
......@@ -223,7 +223,7 @@ build-deploy-image-ufz:
--build-arg ALLOWED_MIME_TYPES_ARG=$ALLOWED_MIME_TYPES \
--build-arg BUILD_DATE=$(date --utc +%FT%TZ) \
--build-arg VCS_REF=$CI_COMMIT_SHA \
./docker/deployment/ufz/
.
- docker push "$UFZ_TEST_IMAGE"
cache:
key: ${CI_COMMIT_REF_SLUG}
......
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