From 4d8794d3d0b1630b4cc6b9fb7d884050fdc31b30 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 26 Feb 2025 02:46:35 -0700 Subject: [PATCH] ci: add index-annotation to workflow action `int128/docker-manifest-create-action` --- .github/workflows/deploy-docker-github.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-docker-github.yml b/.github/workflows/deploy-docker-github.yml index a8738c07..9c8fc9f5 100755 --- a/.github/workflows/deploy-docker-github.yml +++ b/.github/workflows/deploy-docker-github.yml @@ -458,6 +458,8 @@ jobs: 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_arm64.outputs.digest }} + index-annotations: | + ${{ steps.task_release_gh_meta.outputs.annotations }} # # # Release › Github › Checkpoint