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

Commit cb2c12e

Browse files
authored
Merge pull request #81 from BlaineEXE/use-k8s-staging-sig-storage
use k8s-staging-sig-storage for cloudbuild
2 parents cb6cbbc + ea45f32 commit cb2c12e

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)