We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8aec2 commit fdf0de1Copy full SHA for fdf0de1
buildspec.yml
@@ -23,6 +23,6 @@ phases:
23
- docker push ${REPOSITORY_URI}:latest
24
- docker push ${REPOSITORY_URI}:${IMAGE_TAG}
25
- echo Writing image definitions file...
26
- - echo "[{\"name\":\"${IMAGE_NAME}\",\"imageUri\":\"${REPOSITORY_URI}:${IMAGE_TAG}\"}]" > imagedefinitions.json
+ - echo "[{\"name\":\"${CONTAINER_NAME}\",\"imageUri\":\"${REPOSITORY_URI}:${IMAGE_TAG}\"}]" > imagedefinitions.json
27
artifacts:
28
files: imagedefinitions.json
0 commit comments