Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion hack/ci/push-latest-cli/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
env:
- PULL_BASE_SHA=$_PULL_BASE_SHA
entrypoint: hack/ci/push-latest-cli/push-latest-cli.sh
Expand Down
2 changes: 1 addition & 1 deletion images/base/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_32
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/base', 'push']
2 changes: 1 addition & 1 deletion images/haproxy/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/haproxy', 'push']
2 changes: 1 addition & 1 deletion images/kindnetd/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_32
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/kindnetd', 'push']
2 changes: 1 addition & 1 deletion images/local-path-helper/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/local-path-helper', 'push']
2 changes: 1 addition & 1 deletion images/local-path-provisioner/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/local-path-provisioner', 'push']
Loading