Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Nov 15, 2024
1 parent fd14d64 commit f34d7d9
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 @@ -206,7 +206,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 --progress=plain $(DARGS) --rm --force-rm -t $$IMAGE_NAME ./output/$(notdir $@) && \
docker build --progress=plain --no-cache --output=type=registry $(DARGS) --rm --force-rm -t $$IMAGE_NAME ./output/$(notdir $@) && \
echo -n "Built image $$IMAGE_NAME of size: " && \
docker images $$IMAGE_NAME --format "{{.Size}}" && \
echo "full_image_name=$$IMAGE_NAME" >> $(GITHUB_OUTPUT) && \
Expand Down

0 comments on commit f34d7d9

Please sign in to comment.