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 d3d79f4 commit c9dcab4Copy full SHA for c9dcab4
1 file changed
.github/workflows/ci.yml
@@ -1815,6 +1815,7 @@ jobs:
1815
1816
- name: Tag ECR release as latest
1817
run: |
1818
+ aws ecr batch-get-image --repository-name "${ECR_IMAGE_OWNER}${IMAGE_NAME}" --image-ids imageTag="${VAR}${IMAGE_VER}" --output json
1819
MANIFEST=$(aws ecr batch-get-image --repository-name "${ECR_IMAGE_OWNER}${IMAGE_NAME}" \
1820
--image-ids imageTag="${VAR}${IMAGE_VER}" \
1821
--output json | jq --raw-output --join-output '.images[0].imageManifest')
0 commit comments