Skip to content

Commit 6490e87

Browse files
committed
cmd/gcbuilder: s/k8s-testimages/k8s-staging-test-infra
1 parent 4c36f99 commit 6490e87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gcbuilder/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
EXTRA_ARG =
1616

1717
push-prod:
18-
bazel run //images/builder -- $(EXTRA_ARG) --project=k8s-testimages --scratch-bucket=gs://k8s-testimages-scratch images/builder
18+
bazel run //images/builder -- $(EXTRA_ARG) --project=k8s-staging-test-infra --scratch-bucket=gs://k8s-staging-test-infra-gcb images/builder
1919

2020
push:
2121
bazel run //images/builder -- $(EXTRA_ARG) --allow-dirty images/builder

cmd/gcbuilder/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Used by gcr.io/k8s-testimages/image-builder.
16+
# Used by gcr.io/k8s-staging-test-infra/image-builder.
1717
# See ci-runner.sh for the version prow uses to build and run on the fly.
1818

1919
set -e

0 commit comments

Comments
 (0)