k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-lws.yaml (about) 1 postsubmits: 2 kubernetes-sigs/lws: 3 - name: post-lws-push-images 4 cluster: k8s-infra-prow-build-trusted 5 annotations: 6 testgrid-dashboards: sig-apps, sig-k8s-infra-gcb 7 decorate: true 8 branches: 9 - ^main$ 10 - ^release- 11 # Build semver tags, too 12 - ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$ 13 spec: 14 serviceAccountName: gcb-builder 15 containers: 16 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 17 command: 18 - /run.sh 19 args: 20 - --project=k8s-staging-lws 21 - --scratch-bucket=gs://k8s-staging-lws-gcb 22 - --env-passthrough=PULL_BASE_REF 23 - .