Skip to content

Commit

Permalink
Revert image force push.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702061736
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Dec 2, 2024
1 parent 395c0ac commit c2a5bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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 DOCKER_FORCE_PUSH=true push-all-images
- make ARCH=x86_64 DOCKER_PUSH_AS_LATEST=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"
- <<: *common
label: ":ship: Push all images (aarch64)"
if: build.branch == "master" && build.tag == null
commands:
- make ARCH=aarch64 DOCKER_PUSH_AS_LATEST=true DOCKER_FORCE_PUSH=true push-all-images
- make ARCH=aarch64 DOCKER_PUSH_AS_LATEST=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"
Expand Down

0 comments on commit c2a5bf7

Please sign in to comment.