k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-security-profiles-operator.yaml (about) 1 postsubmits: 2 kubernetes-sigs/security-profiles-operator: 3 - name: post-security-profiles-operator-push-image 4 cluster: k8s-infra-prow-build-trusted 5 annotations: 6 testgrid-dashboards: sig-k8s-infra-gcb 7 decorate: true 8 always_run: true 9 branches: 10 - ^main$ 11 spec: 12 serviceAccountName: gcb-builder 13 containers: 14 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 15 command: 16 - /run.sh 17 args: 18 - --project=k8s-staging-sp-operator 19 - --scratch-bucket=gs://k8s-staging-sp-operator-gcb 20 - --with-git-dir 21 - . 22 env: 23 - name: LOG_TO_STDOUT 24 value: "y"