Skip to content

Commit

Permalink
fix missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Martino committed Jul 16, 2019
1 parent 152d0c3 commit b852f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# $IMAGE_NAME var is injected into the build so the tag is correct.
docker build \
--target app
--target app \
--build-arg DOCKER_REPO=$DOCKER_REPO \
--build-arg VERSION=$CACHE_TAG \
--build-arg VCS_REF=$SOURCE_COMMIT \
Expand Down

0 comments on commit b852f3a

Please sign in to comment.