mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
One-time force push of all images to Artifact Registry.
Current images are uploaded but not labeled as `latest`. This change will label them as `latest` the next time the release pipeline runs. Once this has happened, I will then revert this change. PiperOrigin-RevId: 700510091
This commit is contained in:
committed by
gVisor bot
parent
ac42faf002
commit
bc18e81062
@@ -23,7 +23,7 @@ steps:
|
||||
label: ":ship: Push all images (x86_64)"
|
||||
if: build.branch == "master" && build.tag == null
|
||||
commands:
|
||||
- make ARCH=x86_64 DOCKER_PUSH_AS_LATEST=true push-all-images
|
||||
- make ARCH=x86_64 DOCKER_PUSH_AS_LATEST=true DOCKER_FORCE_PUSH=true push-all-images
|
||||
- make ARCH=x86_64 REMOTE_IMAGE_PREFIX=gcr.io/gvisor-presubmit DOCKER_PUSH_AS_LATEST=true push-all-images
|
||||
agents:
|
||||
arch: "amd64"
|
||||
@@ -31,7 +31,7 @@ steps:
|
||||
label: ":ship: Push all images (aarch64)"
|
||||
if: build.branch == "master" && build.tag == null
|
||||
commands:
|
||||
- make ARCH=aarch64 DOCKER_PUSH_AS_LATEST=true push-all-images
|
||||
- make ARCH=aarch64 DOCKER_PUSH_AS_LATEST=true DOCKER_FORCE_PUSH=true push-all-images
|
||||
- make ARCH=aarch64 REMOTE_IMAGE_PREFIX=gcr.io/gvisor-presubmit DOCKER_PUSH_AS_LATEST=true push-all-images
|
||||
agents:
|
||||
arch: "arm64"
|
||||
|
||||
Reference in New Issue
Block a user