Commit a0a0eb6b authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #886 from spiffxp/docker-tag-no-f

Avoid use of -f for docker tag
parents 100dd314 e5bc9ef1
......@@ -36,7 +36,7 @@ docker-binary:
.PHONY: docker-build
docker-build: check-docker docker-binary
docker build --rm -t ${IMAGE} rootfs
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
docker tag ${IMAGE} ${MUTABLE_IMAGE}
.PHONY: test
test: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment