Skip to content

Commit

Permalink
Fix target name in cloudbuild.yaml from amazon to amazonlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Dec 4, 2020
1 parent 9ba3b8d commit 21ad64b
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 @@ -10,7 +10,7 @@ steps:
args:
- build
- --tag=gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver:$_GIT_TAG-amazonlinux
- --target=amazon
- --target=amazonlinux
- .
images:
- "gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver:$_GIT_TAG"
Expand Down

0 comments on commit 21ad64b

Please sign in to comment.