|
|
@@ -17,7 +17,7 @@ phases:
|
|
|
build:
|
|
|
commands:
|
|
|
- export IMAGE="${IMAGE_HOST}${IMAGE_HOST:+/}${IMAGE_NAME}"
|
|
|
- - bash ./packages/app/docker/codebuild/create-manifests.sh
|
|
|
+ - bash ./packages/app/docker/codebuild/buildspec/create-manifests.sh
|
|
|
--target-image "${IMAGE}"
|
|
|
--tags "${TAGS}"
|
|
|
--source-manifests "${IMAGE}:${SOURCE_TAG_AMD64} ${IMAGE}:${SOURCE_TAG_ARM64}"
|