Skip to content

Commit

Permalink
Build 1.4 edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Lehto committed Oct 6, 2017
1 parent b46fe6e commit 2e62dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ if [ ! -z "$DOCKER_USERNAME" ] && [ ! -z "$DOCKER_PASSWORD" ]; then
docker build -t kontena/kosh:edge .
docker build --build-arg CLI_VERSION=1.2.0 -t kontena/kosh:edge-cli-1.2 .
docker build --build-arg CLI_VERSION=1.3.0 -t kontena/kosh:edge-cli-1.3 .
docker build --build-arg CLI_VERSION=1.4.0.rc1 -t kontena/kosh:edge-cli-1.4rc1 .

docker push kontena/kosh:edge
docker push kontena/kosh:edge-cli-1.2
docker push kontena/kosh:edge-cli-1.3
fi
fi

0 comments on commit 2e62dfd

Please sign in to comment.