Skip to content

Commit

Permalink
Add --pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork committed Jan 27, 2025
1 parent e3dd23b commit 02867bc
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 @@ -32,7 +32,7 @@ test:
.PHONY: podman
podman: download-csm-common
$(eval include csm-common.mk)
podman build $(NOCACHE) -t csm-metrics-powerstore -f Dockerfile --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) .
podman build --pull $(NOCACHE) -t csm-metrics-powerstore -f Dockerfile --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) .

.PHONY: podman-no-cache
podman-no-cache:
Expand Down

0 comments on commit 02867bc

Please sign in to comment.