Skip to content

Commit c9dcab4

Browse files
committed
Debug image tagging
1 parent d3d79f4 commit c9dcab4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,7 @@ jobs:
18151815

18161816
- name: Tag ECR release as latest
18171817
run: |
1818+
aws ecr batch-get-image --repository-name "${ECR_IMAGE_OWNER}${IMAGE_NAME}" --image-ids imageTag="${VAR}${IMAGE_VER}" --output json
18181819
MANIFEST=$(aws ecr batch-get-image --repository-name "${ECR_IMAGE_OWNER}${IMAGE_NAME}" \
18191820
--image-ids imageTag="${VAR}${IMAGE_VER}" \
18201821
--output json | jq --raw-output --join-output '.images[0].imageManifest')

0 commit comments

Comments
 (0)