We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e38cf commit f474e04Copy full SHA for f474e04
2 files changed
Makefile
@@ -44,7 +44,7 @@ docker-build: check-docker build
44
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
45
46
# Push to a registry that Kubernetes can access.
47
-docker-push: check-docker check-registry
+docker-push: check-docker
48
docker push ${IMAGE}
49
50
build-binary:
includes.mk
@@ -9,9 +9,3 @@ check-kubectl:
9
echo "Missing \`kubectl\` client which is required for development"; \
10
exit 2; \
11
fi
12
-
13
-check-registry:
14
- @if [ -z "$$DEIS_REGISTRY" ] && [ -z "$$DEV_REGISTRY" ]; then \
15
- echo "DEIS_REGISTRY is not exported"; \
16
- exit 2; \
17
- fi
0 commit comments