mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user