File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ publish: ## Publish Python package to PyPI
4545
4646ghcr_build : # # Build GitHub container image
4747 @echo " Building GHCR container image..."
48- docker build -t $(GHCR_FULLNAME ) .
48+ docker build --no-cache - t $(GHCR_FULLNAME ) .
4949
5050ghcr_tag : # # Tag the latest GH container image with the version from Python
5151 @echo " Tagging GHCR latest image with $( VERSION) ..."
@@ -60,7 +60,7 @@ ghcr_all: ghcr_build ghcr_tag ghcr_push ## Execute all GitHub Package container
6060
6161docker_build : # # Build Docker container image
6262 @echo " Building Docker image..."
63- docker build -t $(DOCKER_FULLNAME ) .
63+ docker build --no-cache - t $(DOCKER_FULLNAME ) .
6464
6565docker_tag : # # Tag the latest Docker container image with the version from Python
6666 @echo " Tagging Docker latest image with $( VERSION) ..."
You can’t perform that action at this time.
0 commit comments