Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#80 from BlaineEXE/use-project-i…
Browse files Browse the repository at this point in the history
…d-in-cloudbuild

push images using PROJECT_ID in cloudbuild
  • Loading branch information
k8s-ci-robot authored Sep 13, 2023
2 parents 76aa8f3 + 7e0b577 commit 6ff51e7
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/k8s-staging-test-infra/objectstorage-controller:${_GIT_TAG}'
- 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"'
images:
- gcr.io/k8s-staging-test-infra/objectstorage-controller:${_GIT_TAG}
- 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 comments on commit 6ff51e7

Please sign in to comment.