Skip to content

Commit ca97c87

Browse files
committed
fixes buildspec issue
1 parent 807a1c1 commit ca97c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
phases:
88
pre_build:
99
commands:
10-
- aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin NGINX_DEMO_DOCKER_REPOSITORY_URL
10+
- aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin $NGINX_DEMO_DOCKER_REPOSITORY_URL
1111

1212
build:
1313
commands:

0 commit comments

Comments
 (0)