Skip to content

Commit

Permalink
Merge pull request #67 from aojea/cloudbuild
Browse files Browse the repository at this point in the history
automate image building
  • Loading branch information
k8s-ci-robot authored Jul 24, 2024
2 parents 15a4cc5 + 309be65 commit f083a7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit f083a7d

Please sign in to comment.