From 309be653a39c1fd7148828734a80db6b16db9787 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Wed, 24 Jul 2024 09:44:41 +0000 Subject: [PATCH] automate image building --- cloudbuild.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cloudbuild.yaml diff --git a/cloudbuild.yaml b/cloudbuild.yaml new file mode 100644 index 0000000..6b2a0aa --- /dev/null +++ b/cloudbuild.yaml @@ -0,0 +1,8 @@ +# See https://cloud.google.com/cloud-build/docs/build-config +options: + substitution_option: ALLOW_LOOSE + machineType: E2_HIGHCPU_32 +steps: +- name: gcr.io/k8s-testimages/krte:latest-master + entrypoint: make + args: ['image-push']