Skip to content

Commit

Permalink
Update alpine-mainline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Dec 18, 2023
1 parent c02e585 commit bcbb92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
IMAGE_DIGESTS=$(aws ecr-public describe-images \
--max-items 100 \
--repository-name "${REPOSITORY_NAME}" \
--repository-name $REPOSITORY_NAME \
--query 'imageDetails[?!imageTags && (contains(imageManifestMediaType, `manifest.list.v2`) || contains(imageManifestMediaType, `image.index.v1`))].{imageDigest: join(`=`, [`imageDigest`, imageDigest])}' \
--output text)
Expand Down

0 comments on commit bcbb92b

Please sign in to comment.