Skip to content

Commit

Permalink
docker node we use to build images uses docker <1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed May 28, 2016
1 parent 91a9343 commit 3a3295f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weekly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker build --build-arg JENKINS_VERSION=$JENKINS_VERSION \
--build-arg JENKINS_SHA=$JENKINS_SHA \
--tag jenkinsci/jenkins:$JENKINS_VERSION .

docker tag jenkinsci/jenkins:$JENKINS_VERSION jenkinsci/jenkins:latest
docker tag -f jenkinsci/jenkins:$JENKINS_VERSION jenkinsci/jenkins:latest

docker push jenkinsci/jenkins:$JENKINS_VERSION
docker push jenkinsci/jenkins:latest
Expand Down

0 comments on commit 3a3295f

Please sign in to comment.