Skip to content

Commit

Permalink
try building all images with no cache
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Sep 25, 2023
1 parent d46cd3f commit fd1a8e4
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 @@ -6,7 +6,7 @@ build: $(VERSIONS)

define jetty-version
$1:
docker build -t jetty:$(shell echo $1 | sed -e 's/\(.*\)\/\([^/]\+\)\/\([^/]\+\)/\2-\3-\1/g' | sed -e 's/\//-/g') $1
docker build --no-cache -t jetty:$(shell echo $1 | sed -e 's/\(.*\)\/\([^/]\+\)\/\([^/]\+\)/\2-\3-\1/g' | sed -e 's/\//-/g') $1
endef
$(foreach version,$(VERSIONS),$(eval $(call jetty-version,$(version))))

Expand Down

0 comments on commit fd1a8e4

Please sign in to comment.