Skip to content

Commit

Permalink
ci: Remove errant space
Browse files Browse the repository at this point in the history
There was a space after the `--build-arg` CLI param that was breaking the build.
  • Loading branch information
mslipper committed Feb 26, 2023
1 parent eff8adc commit 375d49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 375d49e

Please sign in to comment.