Skip to content

Commit

Permalink
Don't set branch just let it be calculated (#966)
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 15, 2019
1 parent a16e3e4 commit 9b83cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

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

if [ ! -z "$CIRCLE_TAG" ]; then
Expand Down

0 comments on commit 9b83cac

Please sign in to comment.