Skip to content

Commit

Permalink
use k8s-staging-sig-storage for cloudbuild
Browse files Browse the repository at this point in the history
The newly apparently correct place to send sig-storage project staging
images is k8s-staging-sig-storage. Try building images to that location.

Signed-off-by: Blaine Gardner <[email protected]>
  • Loading branch information
BlaineEXE committed Sep 13, 2023
1 parent 7e0b577 commit 4cb2621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ steps:
args: ['buildx']
env:
- BUILDX_PLATFORMS='linux/amd64,linux/arm64'
- IMAGE_TAG='gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}'
- BUILD_ARGS='--tag "gcr.io/$PROJECT_ID/objectstorage-controller:latest"'
- IMAGE_TAG='gcr.io/k8s-staging-sig-storage/objectstorage-controller:${_GIT_TAG}'
- BUILD_ARGS='--tag "gcr.io/k8s-staging-sig-storage/objectstorage-controller:latest"'
images:
- gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}
- gcr.io/$PROJECT_ID/objectstorage-controller:latest
- gcr.io/k8s-staging-sig-storage/objectstorage-controller:${_GIT_TAG}
- gcr.io/k8s-staging-sig-storage/objectstorage-controller:latest

0 comments on commit 4cb2621

Please sign in to comment.