Skip to content

Commit fdf0de1

Browse files
authored
Update buildspec.yml
1 parent 0e8aec2 commit fdf0de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ phases:
2323
- docker push ${REPOSITORY_URI}:latest
2424
- docker push ${REPOSITORY_URI}:${IMAGE_TAG}
2525
- echo Writing image definitions file...
26-
- echo "[{\"name\":\"${IMAGE_NAME}\",\"imageUri\":\"${REPOSITORY_URI}:${IMAGE_TAG}\"}]" > imagedefinitions.json
26+
- echo "[{\"name\":\"${CONTAINER_NAME}\",\"imageUri\":\"${REPOSITORY_URI}:${IMAGE_TAG}\"}]" > imagedefinitions.json
2727
artifacts:
2828
files: imagedefinitions.json

0 commit comments

Comments
 (0)