Commit 375d49e0 authored by Matthew Slipper's avatar Matthew Slipper

ci: Remove errant space

There was a space after the `--build-arg` CLI param that was breaking the build.
parent eff8adc2
......@@ -228,7 +228,7 @@ jobs:
docker build \
$(echo -ne $DOCKER_TAGS | tr '\n' ' ') \
-f <<parameters.docker_file>> \
--build-arg VERSION=$CIRCLE_TAG \
--build-arg VERSION=$CIRCLE_TAG \
<<parameters.docker_context>>
- run:
name: Configure Docker
......
Markdown is supported
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