Skip to content

Commit a6059cb

Browse files
committed
chore(image): change global variable
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 058b190 commit a6059cb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
.glide/
1515

1616
drone-lambda
17+
coverage.txt

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func main() {
152152
cli.StringFlag{
153153
Name: "image-uri",
154154
Usage: "URI of a container image in the Amazon ECR registry.",
155-
EnvVar: "PLUGIN_IMAGEURI,IMAGEURI,INPUT_IMAGEURI",
155+
EnvVar: "PLUGIN_IMAGE_URI,IMAGE_URI,INPUT_IMAGE_URI",
156156
},
157157
cli.StringSliceFlag{
158158
Name: "subnets",

0 commit comments

Comments
 (0)