We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a0fb97 + d779957 commit 59c6d7dCopy full SHA for 59c6d7d
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