summaryrefslogtreecommitdiff
path: root/pkg/docker_bundle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/docker_bundle/Makefile')
-rw-r--r--pkg/docker_bundle/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/docker_bundle/Makefile b/pkg/docker_bundle/Makefile
deleted file mode 100644
index f9c82ac1..00000000
--- a/pkg/docker_bundle/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-IMAGE=bitmask-bundler
-
-build:
- docker build -t 0xacab.org:4567/leap/docker/$(IMAGE):latest .
-push:
- docker push 0xacab.org:4567/leap/docker/$(IMAGE):latest
-login:
- docker login 0xacab.org:4567