fix(makefile): remove the deletion of the base image via make clean
This commit is contained in:
parent
c2c1dd9cba
commit
e7afe5bede
1
Makefile
1
Makefile
@ -34,7 +34,6 @@ container-image/build:
|
||||
PHONY:=container-image/delete
|
||||
container-image/delete:
|
||||
- ${CONTAINER_RUNTIME} image rm ${DC_IMAGE_FULLY_QUALIFIED}
|
||||
- ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL}
|
||||
|
||||
# PUSH CONTAINER IMAGE
|
||||
# =====================================================================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user