Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

kyma-incubator/sc-removal

Repository files navigation

sc-removal

This repository holds code for Service Management removal.

Build and push the image

# authorize and configure gcloud
gcloud auth login
gcloud auth configure-docker

# build and push
SSH_PRIVATE_KEY="$(cat ~/.ssh/id_rsa)" make build-image push-image