Skip to content

Commit

Permalink
chore(docker): remove quotes for tags (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSussman authored Sep 12, 2018
1 parent 8633749 commit 8127df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ docker build \
--build-arg "SOURCE_BRANCH=$SOURCE_BRANCH" \
--build-arg "SOURCE_COMMIT=$SOURCE_COMMIT" \
-f "$DOCKER_PATH" \
"$TAGS" ../
$TAGS ../

0 comments on commit 8127df9

Please sign in to comment.