Skip to content

Commit

Permalink
Added 'make build-image-push' to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pracucci committed Oct 23, 2019
1 parent 480f3b8 commit 07c9916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ loki-canary-push: loki-canary-image-cross
build-image: OCI_PLATFORMS=
build-image:
$(SUDO) $(BUILD_OCI) -t $(IMAGE_PREFIX)/loki-build-image:$(IMAGE_TAG) ./loki-build-image
build-image-push: build-image
$(call push,loki-build-image,$(BUILD_IMAGE_VERSION))
$(call push,loki-build-image,latest)


########
# Misc #
Expand Down

0 comments on commit 07c9916

Please sign in to comment.