ci: Build docker image

This commit is contained in:
Glenn Y. Rolland 2022-07-09 19:35:02 +02:00
parent 6186daad55
commit 324ec9abc5
2 changed files with 3 additions and 1 deletions

View file

@ -1,12 +1,14 @@
all: build
build:
shards install
shards build
docker: docker-build docker-test docker-push
docker-build:
docker build -t glenux/openstack-arkisto .
docker build --file docker/Dockerfile -t glenux/openstack-arkisto .
docker-push:
docker push glenux/openstack-arkisto