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 78f09ac commit a3399cb
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 @@ -33,7 +33,7 @@ test:
.PHONY: podman
podman: download-csm-common
$(eval include csm-common.mk)
podman build $(NOCACHE) -t csm-topology -f Dockerfile --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) .
podman build --pull $(NOCACHE) -t csm-topology -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 a3399cb

Please sign in to comment.