Skip to content

Commit

Permalink
build: make dockerx should not be with :latest to fix publish images …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
morlay committed Oct 21, 2020
1 parent 3d15e00 commit 0697795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docker:

.PHONY: dockerx
dockerx:
@[ ! -z "$(PIPELINE)" ] || docker buildx build --push --progress=plain --build-arg=GOPROXY=${GOPROXY} --platform=$(PLATFORMS) --file build/Dockerfile -t "$(BUILD_IMAGE)" ${IMAGE_TAGS} .
@[ ! -z "$(PIPELINE)" ] || docker buildx build --push --progress=plain --build-arg=GOPROXY=${GOPROXY} --platform=$(PLATFORMS) --file build/Dockerfile ${IMAGE_TAGS} .

.PHONY: push
push:
Expand Down

0 comments on commit 0697795

Please sign in to comment.