mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 15:55:17 -04:00
ci: build bazel container
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
0ab76a2f95
commit
c8bc3ea5ee
2 changed files with 56 additions and 12 deletions
|
@ -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)"
|
Loading…
Add table
Add a link
Reference in a new issue