Skip to content

Commit

Permalink
Build also latest Tag an push
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Jogeleit committed Jun 27, 2021
1 parent b1f6c9c commit 1570375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build: prepare
.PHONY: docker-build
docker-build:
@docker buildx build --progress plane --platform linux/arm64,linux/amd64 --tag $(REPO):$(IMAGE_TAG) . --build-arg LD_FLAGS=$(LD_FLAGS)
@docker buildx build --progress plane --platform linux/arm64,linux/amd64 --tag $(REPO):latest . --build-arg LD_FLAGS=$(LD_FLAGS)

.PHONY: docker-push
docker-push:
Expand Down

0 comments on commit 1570375

Please sign in to comment.