images: Push images to the artifact registry

Container Registry is deprecated.

Note: all other links to the old container registry will be updated
after uploading all images to the new repository.
PiperOrigin-RevId: 613361035
This commit is contained in:
Andrei Vagin
2024-03-06 15:32:59 -08:00
committed by gVisor bot
parent 35cb2282f0
commit e1a7d6f1de
+2 -2
View File
@@ -23,14 +23,14 @@ steps:
label: ":ship: Push all images (x86_64)"
if: build.branch == "master" && build.tag == null
commands:
- make -j 8 ARCH=x86_64 push-all-images
- make ARCH=x86_64 REMOTE_IMAGE_PREFIX=us-central1-docker.pkg.dev/gvisor-presubmit/gvisor-presubmit-images push-all-images
agents:
arch: "amd64"
- <<: *common
label: ":ship: Push all images (aarch64)"
if: build.branch == "master" && build.tag == null
commands:
- make -j 8 ARCH=aarch64 push-all-images
- make ARCH=aarch64 REMOTE_IMAGE_PREFIX=us-central1-docker.pkg.dev/gvisor-presubmit/gvisor-presubmit-images push-all-images
agents:
arch: "arm64"
- <<: *common