Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit ea45f32

Browse files
committed
use k8s-staging-sig-storage for cloudbuild
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]>
1 parent 7c878f2 commit ea45f32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: container-object-storage-interface-controller/cloudbuild.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ steps:
2121
args: ['buildx']
2222
env:
2323
- BUILDX_PLATFORMS='linux/amd64,linux/arm64'
24-
- IMAGE_TAG='gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}'
25-
- BUILD_ARGS='--tag "gcr.io/$PROJECT_ID/objectstorage-controller:latest"'
24+
- IMAGE_TAG='gcr.io/k8s-staging-sig-storage/objectstorage-controller:${_GIT_TAG}'
25+
- BUILD_ARGS='--tag "gcr.io/k8s-staging-sig-storage/objectstorage-controller:latest"'
2626
images:
27-
- gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}
28-
- gcr.io/$PROJECT_ID/objectstorage-controller:latest
27+
- gcr.io/k8s-staging-sig-storage/objectstorage-controller:${_GIT_TAG}
28+
- gcr.io/k8s-staging-sig-storage/objectstorage-controller:latest

0 commit comments

Comments
 (0)