We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef0646 commit ca8244fCopy full SHA for ca8244f
1 file changed
Makefile
@@ -50,7 +50,7 @@ update-changelog:
50
51
docker-build: build
52
docker build --rm -t ${IMAGE} rootfs
53
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
54
55
# Push to a registry that Kubernetes can access.
56
docker-push:
0 commit comments