Skip to content

Commit

Permalink
releng: Update k8s-cloud-builder image postsubmit to push to the corr…
Browse files Browse the repository at this point in the history
…ect staging project

also run it only if the directory changed
  • Loading branch information
cpanato committed Mar 12, 2021
1 parent aec8be6 commit 1cc6ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/jobs/image-pushing/releng/k8s-staging-releng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,13 @@ postsubmits:
args:
- --project=k8s-staging-releng
- --scratch-bucket=gs://k8s-staging-releng-gcb
- --env-passthrough=PULL_BASE_REF
- --env-passthrough=PULL_BASE_REF,REGISTRY
- images/k8s-cloud-builder
env:
- name: LOG_TO_STDOUT
value: "y"
- name: REGISTRY
value: "gcr.io/k8s-staging-build-image"
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers
Expand Down

0 comments on commit 1cc6ed4

Please sign in to comment.