Skip to content

Commit

Permalink
chore(ci): fix build and push after org change
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
  • Loading branch information
fntlnz committed Mar 11, 2019
1 parent 03c1a99 commit dedf9a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ clean:

.PHONY: image/build
image/build:
$(DOCKER) build \
$(DOCKER) build
--build-arg bpftracesha=$(BPFTRACESHA) \
--build-arg imagenamebase=$(IMAGE_NAME_BASE) \
$(IMAGE_BUILD_FLAGS) \
Expand Down
1 change: 1 addition & 0 deletions hack/ci-build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ if [[ ! -z "$TRAVIS_PULL_REQUEST_BRANCH" ]]; then
fi

$make $makeopts image/build
$make $makeopts image/build-init
2 changes: 1 addition & 1 deletion hack/ci-release-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ! -z "$TRAVIS_PULL_REQUEST_BRANCH" ]]; then
fi

if [[ ! -z "$QUAY_TOKEN" ]]; then
$docker login -u="fntlnz+travisci" -p="$QUAY_TOKEN" quay.io
$docker login -u="iovisor+kubectltracetravisci" -p="$QUAY_TOKEN" quay.io
$make $makeopts image/push
fi

Expand Down

0 comments on commit dedf9a3

Please sign in to comment.