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 77fa736 commit b5687caCopy full SHA for b5687ca
buildspec.yml
@@ -31,6 +31,6 @@ phases:
31
- echo Pushing the Docker images...
32
- docker push $REPOSITORY_URI:latest
33
- docker push $REPOSITORY_URI:${CODEBUILD_BUILD_ID##*:}
34
- - "echo {\\\"image\\\":\\\"$REPOSITORY_URI:${CODEBUILD_BUILD_ID##*:}\\\"} > imagedefinitions.json"
+ - printf '[{"name":"demo-test-web","imageUri":"%s"}]' $REPOSITORY_URI:$IMAGE_TAG > imagedefinitions.json
35
artifacts:
36
files: imagedefinitions.json
0 commit comments