Skip to content

Commit

Permalink
Fixup to docker image push (#934)
Browse files Browse the repository at this point in the history
Signed-off-by: John Schnake <jschnake@vmware.com>
  • Loading branch information
johnSchnake committed Oct 2, 2019
1 parent 03fd8b6 commit 61cb07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pre:
wget https://github.com/estesp/manifest-tool/releases/download/v0.9.0/manifest-tool-linux-amd64 \
-O manifest-tool && \
chmod +x ./manifest-tool
echo $(DOCKERHUB_TOKEN) | docker login --username sonobuoybot
echo $(DOCKERHUB_TOKEN) | docker login --username sonobuoybot --password-stdin

build_container:
$(DOCKER) build \
Expand Down
2 changes: 1 addition & 1 deletion travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function goreleaser() {
}

function image_push() {
echo ${DOCKERHUB_TOKEN} | docker login --username sonobuoybot
echo ${DOCKERHUB_TOKEN} | docker login --username sonobuoybot --password-stdin
IMAGE_BRANCH="$BRANCH" make container push
}

Expand Down

0 comments on commit 61cb07b

Please sign in to comment.