ci: build bazel container

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-07-25 15:00:49 +02:00
parent 0ab76a2f95
commit c8bc3ea5ee
2 changed files with 56 additions and 12 deletions

View file

@ -1,12 +0,0 @@
export DOCKER_BUILDKIT=1
CONTAINER_NAME := ghcr.io/edgelesssys/bazel-container
CONTAINER_VERSION := v6.1.2-0
.PHONY: container container-push
container:
docker build -f Containerfile -t "$(CONTAINER_NAME):$(CONTAINER_VERSION)" .
container-push:
docker push "$(CONTAINER_NAME):$(CONTAINER_VERSION)"