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

Commit 6ff51e7

Browse files
authored
Merge pull request #80 from BlaineEXE/use-project-id-in-cloudbuild
push images using PROJECT_ID in cloudbuild
2 parents 76aa8f3 + 7e0b577 commit 6ff51e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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/k8s-staging-test-infra/objectstorage-controller:${_GIT_TAG}'
25-
- BUILD_ARGS='--tag "gcr.io/k8s-staging-test-infra/objectstorage-controller:latest"'
24+
- IMAGE_TAG='gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}'
25+
- BUILD_ARGS='--tag "gcr.io/$PROJECT_ID/objectstorage-controller:latest"'
2626
images:
27-
- gcr.io/k8s-staging-test-infra/objectstorage-controller:${_GIT_TAG}
28-
- gcr.io/k8s-staging-test-infra/objectstorage-controller:latest
27+
- gcr.io/$PROJECT_ID/objectstorage-controller:${_GIT_TAG}
28+
- gcr.io/$PROJECT_ID/objectstorage-controller:latest

0 commit comments

Comments
 (0)