ci: add index-annotation to workflow action int128/docker-manifest-create-action

This commit is contained in:
2025-02-26 02:46:35 -07:00
parent aa0028901a
commit 4d8794d3d0

View File

@@ -458,6 +458,8 @@ jobs:
sources: | sources: |
ghcr.io/${{ env.REGISTRY_REPO_ORG_AUTHOR_LC }}@${{ steps.task_release_gh_push_amd64.outputs.digest }} ghcr.io/${{ env.REGISTRY_REPO_ORG_AUTHOR_LC }}@${{ steps.task_release_gh_push_amd64.outputs.digest }}
ghcr.io/${{ env.REGISTRY_REPO_ORG_AUTHOR_LC }}@${{ steps.task_release_gh_push_arm64.outputs.digest }} ghcr.io/${{ env.REGISTRY_REPO_ORG_AUTHOR_LC }}@${{ steps.task_release_gh_push_arm64.outputs.digest }}
index-annotations: |
${{ steps.task_release_gh_meta.outputs.annotations }}
# # # #
# Release Github Checkpoint # Release Github Checkpoint