Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
fix Docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Sep 14, 2017
1 parent 7439fc9 commit a1aa573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-docker-image.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
set -ex

run() {
local tag=$(cross -V | head -n1 | cut -d' ' -f2)
docker build \
-t japaric/${1}:v0.1.10 \
-t japaric/${1}:v$tag \
-f docker/${1}/Dockerfile \
docker
}
Expand Down

0 comments on commit a1aa573

Please sign in to comment.