We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 367d0ae + 9b4a4d6 commit 3575f94Copy full SHA for 3575f94
1 file changed
Makefile
@@ -23,7 +23,7 @@ all: docker-build docker-push
23
# We also alter the RC file to set the image name.
24
docker-build:
25
docker build --rm -t ${IMAGE} rootfs
26
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
27
28
test: test-style test-unit test-functional
29
0 commit comments