Skip to content

Commit

Permalink
MINOR: explicitely tagging with latest is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed May 26, 2017
1 parent b418873 commit bbc9f0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ fi
docker build -t "$DOCKER_TAG:$HAPROXY_MINOR" .
docker tag "$DOCKER_TAG:$HAPROXY_MINOR" "$DOCKER_TAG:latest"
docker tag "$DOCKER_TAG:$HAPROXY_MINOR" "registry.rhc4tp.openshift.com/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker tag "$DOCKER_TAG:$HAPROXY_MINOR" "registry.rhc4tp.openshift.com/$HAPROXY_REPO/$DOCKER_TAG:latest"
docker push "registry.rhc4tp.openshift.com/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker push "registry.rhc4tp.openshift.com/$HAPROXY_REPO/$DOCKER_TAG:latest"

0 comments on commit bbc9f0c

Please sign in to comment.