build containers with cache enabled
This commit is contained in:
parent
beb762708e
commit
ae6b682034
2
Makefile
2
Makefile
@ -80,7 +80,7 @@ docker-build: test ## Build docker image with the manager.
|
||||
|
||||
.PHONY: docker-build-multiarch
|
||||
docker-build-multiarch:
|
||||
buildah bud --manifest $(MANIFEST) --platform=$(PLATFORMS) Dockerfile.multi
|
||||
buildah bud --manifest $(MANIFEST) --platform=$(PLATFORMS) --layers Dockerfile.multi
|
||||
|
||||
.PHONY: docker-push
|
||||
docker-push: ## Push docker image with the manager.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user