Skip to content

Commit 00f75eb

Browse files
authored
Merge pull request #827 from mboersma/remove-tag-dash-f
ref(Makefile): remove obsolete "docker tag -f" flag
2 parents 0e6473b + fbdd882 commit 00f75eb

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
@@ -28,7 +28,7 @@ build: docker-build
2828

2929
docker-build: check-docker
3030
docker build --rm -t ${IMAGE} rootfs
31-
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
31+
docker tag ${IMAGE} ${MUTABLE_IMAGE}
3232

3333
deploy: docker-build docker-push
3434
sed 's#\(image:\) .*#\1 $(IMAGE)#' /tmp/deis-$(COMPONENT) | kubectl apply --validate=true -f -

0 commit comments

Comments
 (0)