Skip to content

Commit

Permalink
Update to use official cloud builders and AR urls (kubernetes#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangLu1031 authored Nov 15, 2021
1 parent 718e09b commit a71a8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows-multi-arch/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# [START container_windows_multi_arch_cloudbuild]
timeout: 3600s
steps:
- name: 'gcr.io/gke-release/gke-windows-builder:release-2.6.1-gke.0'
- name: 'us-docker.pkg.dev/cloud-builders/preview/gke-windows-builder:latest'
args:
- --container-image-name
- 'gcr.io/$PROJECT_ID/multiarch-helloworld:latest'
- 'us-docker.pkg.dev/$PROJECT_ID/docker-repo/multiarch-helloworld:latest'
# [END container_windows_multi_arch_cloudbuild]

0 comments on commit a71a8df

Please sign in to comment.