ci: Build docker image
This commit is contained in:
parent
6186daad55
commit
324ec9abc5
2 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,12 +1,14 @@
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
shards install
|
||||||
shards build
|
shards build
|
||||||
|
|
||||||
docker: docker-build docker-test docker-push
|
docker: docker-build docker-test docker-push
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
docker build -t glenux/openstack-arkisto .
|
docker build --file docker/Dockerfile -t glenux/openstack-arkisto .
|
||||||
|
|
||||||
docker-push:
|
docker-push:
|
||||||
docker push glenux/openstack-arkisto
|
docker push glenux/openstack-arkisto
|
||||||
|
|
Loading…
Reference in a new issue