Skip to content

Commit 3575f94

Browse files
authored
Merge pull request #121 from mboersma/remove-tag-dash-f
ref(Makefile): remove obsolete "docker tag -f" flag
2 parents 367d0ae + 9b4a4d6 commit 3575f94

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
@@ -23,7 +23,7 @@ all: docker-build docker-push
2323
# We also alter the RC file to set the image name.
2424
docker-build:
2525
docker build --rm -t ${IMAGE} rootfs
26-
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
26+
docker tag ${IMAGE} ${MUTABLE_IMAGE}
2727

2828
test: test-style test-unit test-functional
2929

0 commit comments

Comments
 (0)