k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/releng/k8s-staging-publishing-bot.yaml (about)

     1  postsubmits:
     2    kubernetes/publishing-bot:
     3      - name: post-publishing-bot-push-image
     4        cluster: k8s-infra-prow-build-trusted
     5        annotations:
     6          testgrid-dashboards: sig-release-releng-informing, sig-release-image-pushes, sig-k8s-infra-gcb
     7          testgrid-alert-email: release-managers+alerts@kubernetes.io
     8        decorate: true
     9        branches:
    10          - ^main$
    11          # TODO(releng): Remove once repo default branch has been renamed
    12          - ^master$
    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-publishing-bot
    21                - --scratch-bucket=gs://k8s-staging-publishing-bot-gcb
    22                - --env-passthrough=PULL_BASE_REF
    23                - .
    24              env:
    25                - name: LOG_TO_STDOUT
    26                  value: "y"
    27        rerun_auth_config:
    28          github_team_slugs:
    29            - org: kubernetes
    30              slug: release-managers