Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ timeout: 3000s
# For each build step, Prow executes a job.
steps:
# see https://github.com/kubernetes/test-infra/tree/master/config/jobs/image-pushing
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20220830-45cbff55bc
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
entrypoint: make
args:
- image-push
env:
- GIT_TAG=$_GIT_TAG
- EXTRA_TAG=$_PULL_BASE_REF
- DOCKER_BUILDX_CMD=/buildx-entrypoint
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20220830-45cbff55bc
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
entrypoint: make
args:
- syncer-image-push
env:
- GIT_TAG=$_GIT_TAG
- EXTRA_TAG=$_PULL_BASE_REF
- DOCKER_BUILDX_CMD=/buildx-entrypoint
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20220830-45cbff55bc
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
entrypoint: make
args:
- inferencepool-helm-chart-push
env:
- GIT_TAG=$_GIT_TAG
- EXTRA_TAG=$_PULL_BASE_REF
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20220830-45cbff55bc
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
entrypoint: make
args:
- bbr-image-push
Expand Down