Skip to content

Commit

Permalink
Update Makefile (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget authored Aug 22, 2023
1 parent 6e43eec commit 905f488
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 @@ -195,7 +195,7 @@ build/%: ## build the latest image
# End repo with exactly one trailing slash, unless it is empty
REPO=$$(echo "$(REPO)" | sed 's:/*$$:/:' | sed 's:^\s*/*\s*$$::') &&\
IMAGE_NAME="$${REPO}$(notdir $@):$(TAG)" && \
docker build $(DARGS) --rm --force-rm -t $$IMAGE_NAME ./output/$(notdir $@) && \
DOCKER_BUILDKIT=0 docker build $(DARGS) --rm --force-rm -t $$IMAGE_NAME ./output/$(notdir $@) && \
echo -n "Built image $$IMAGE_NAME of size: " && \
docker images $$IMAGE_NAME --format "{{.Size}}" && \
echo "::set-output name=full_image_name::$$IMAGE_NAME" && \
Expand Down

0 comments on commit 905f488

Please sign in to comment.