We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0fb97 commit d779957Copy full SHA for d779957
1 file changed
Makefile
@@ -41,7 +41,7 @@ build: check-docker
41
# We also alter the RC file to set the image name.
42
docker-build: check-docker build
43
docker build --rm -t ${IMAGE} rootfs
44
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
45
46
# Push to a registry that Kubernetes can access.
47
docker-push: check-docker
0 commit comments