Skip to content

Commit

Permalink
Added no cache build
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-nijay committed Sep 25, 2024
1 parent 4b8e564 commit f5c5dc4
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 @@ -47,7 +47,7 @@ podman: build-base-image
podman build $(NOCACHE) -t csm-metrics-powerflex -f Dockerfile --build-arg BASEIMAGE=$(BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) .

.PHONY: podman-no-cache
podman-no-cache: build-base-image
podman-no-cache:
@make podman NOCACHE=--no-cache

.PHONY: push
Expand Down

0 comments on commit f5c5dc4

Please sign in to comment.