Skip to content

Commit

Permalink
Merge pull request #542 from cpanato/GH-1523-k8sio
Browse files Browse the repository at this point in the history
Migrate away from google.com gcp project k8s-testimages
  • Loading branch information
k8s-ci-robot committed Jan 27, 2023
2 parents d418386 + 4f0bbf1 commit 510012d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cloudbuild.yaml
@@ -1,15 +1,15 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a
entrypoint: /buildx-entrypoint
args:
- build
- --tag=gcr.io/$PROJECT_ID/aws-iam-authenticator:$_GIT_TAG
- --tag=gcr.io/$PROJECT_ID/aws-iam-authenticator:latest
- --platform=linux/amd64,linux/arm64
- --output=type=registry
- .
- build
- --tag=gcr.io/$PROJECT_ID/aws-iam-authenticator:$_GIT_TAG
- --tag=gcr.io/$PROJECT_ID/aws-iam-authenticator:latest
- --platform=linux/amd64,linux/arm64
- --output=type=registry
- .
substitutions:
_GIT_TAG: '12345'
_PULL_BASE_REF: 'master'
Expand Down

0 comments on commit 510012d

Please sign in to comment.