helmfile/cloudbuild.yaml (14 lines of code) (raw):

steps: - name: "gcr.io/cloud-builders/docker" args: [ "build", "--tag=gcr.io/$PROJECT_ID/helmfile", "--build-arg", "HELM_VERSION=v3.14.0", "--build-arg", "HELMFILE_VERSION=v0.161.0", ".", ] images: ["gcr.io/$PROJECT_ID/helmfile"] tags: ["cloud-builders-community"]