We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76aa8f3 + 7e0b577 commit 6ff51e7Copy full SHA for 6ff51e7
cloudbuild.yaml
@@ -21,8 +21,8 @@ steps:
21
args: ['buildx']
22
env:
23
- BUILDX_PLATFORMS='linux/amd64,linux/arm64'
24
- - IMAGE_TAG='gcr.io/k8s-staging-test-infra/objectstorage-controller:${_GIT_TAG}'
25
- - BUILD_ARGS='--tag "gcr.io/k8s-staging-test-infra/objectstorage-controller:latest"'
+ - IMAGE_TAG='gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}'
+ - BUILD_ARGS='--tag "gcr.io/$PROJECT_ID/objectstorage-controller:latest"'
26
images:
27
- - gcr.io/k8s-staging-test-infra/objectstorage-controller:${_GIT_TAG}
28
- - gcr.io/k8s-staging-test-infra/objectstorage-controller:latest
+ - gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}
+ - gcr.io/$PROJECT_ID/objectstorage-controller:latest
0 commit comments