Skip to content

Commit

Permalink
Added again imagename
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Aug 25, 2016
1 parent 3a92b9a commit da9f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
source common.bash .

echo "Building new Docker image($maintainer/$imagename)"
docker build --rm -t $maintainer/$imagename --build-arg maintainer=$maintainer --build-arg version=$version .
docker build --rm -t $maintainer/$imagename --build-arg maintainer=$maintainer --build-arg imagename=$imagename --build-arg version=$version .

0 comments on commit da9f582

Please sign in to comment.