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 7ad7228 commit d3d79f4Copy full SHA for d3d79f4
1 file changed
.github/workflows/ci.yml
@@ -1819,6 +1819,7 @@ jobs:
1819
--image-ids imageTag="${VAR}${IMAGE_VER}" \
1820
--output json | jq --raw-output --join-output '.images[0].imageManifest')
1821
export MANIFEST
1822
+ echo "MANIFEST=$MANIFEST"
1823
aws ecr put-image --repository-name "${ECR_IMAGE_OWNER}${IMAGE_NAME}" \
1824
--image-tag "$IMAGE_TAG_ECR" --image-manifest "$MANIFEST"
1825
# Requires higher permissions
0 commit comments