Skip to content

Commit 7e62f08

Browse files
committed
ref(Makefile): remove obsolete "docker tag -f" flag
1 parent 6d091c3 commit 7e62f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev:
2626
# We also alter the RC file to set the image name.
2727
docker-build:
2828
docker build --rm -t ${IMAGE} rootfs
29-
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
29+
docker tag ${IMAGE} ${MUTABLE_IMAGE}
3030

3131
test: test-style test-unit test-functional
3232

0 commit comments

Comments
 (0)