Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#81 from BlaineEXE/use-k8s-staging-…
Browse files Browse the repository at this point in the history
…sig-storage

use k8s-staging-sig-storage for cloudbuild
  • Loading branch information
k8s-ci-robot authored Sep 13, 2023
2 parents 6ff51e7 + 4cb2621 commit 3f6a151
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 3f6a151

Please sign in to comment.