Skip to content

Commit

Permalink
Merge pull request #636 from wongma7/amazonlinux
Browse files Browse the repository at this point in the history
Fix target name in cloudbuild.yaml from amazon to amazonlinux
  • Loading branch information
k8s-ci-robot authored Dec 7, 2020
2 parents 00bcf57 + a0ede10 commit 9cb6fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
- build
- --tag=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver:$_GIT_TAG-amazonlinux
- --tag=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver:latest-amazonlinux
- --target=amazon
- --target=amazonlinux
- .
images:
- "gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver:$_GIT_TAG"
Expand Down

0 comments on commit 9cb6fda

Please sign in to comment.