diff options
-rw-r--r-- | pkg/docker_bundle/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/docker_bundle/Makefile b/pkg/docker_bundle/Makefile new file mode 100644 index 00000000..0d6ce9fc --- /dev/null +++ b/pkg/docker_bundle/Makefile @@ -0,0 +1,6 @@ +build: + docker build -t 0xacab.org:4567/leap/docker/bitmask-bundler:latest . +push: + docker push 0xacab.org:4567/leap/docker/bitmask-bundler:latest +login: + docker login 0xacab.org:4567 |