From cb75f03434850820f4771200b4c73104db039653 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Wed, 11 Sep 2024 10:53:06 -0400 Subject: [PATCH] Actions: one last attempt to force annotations --- .github/workflows/content-artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index e378f4580..f1e45a392 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -21,6 +21,8 @@ env: REGISTRY: ghcr.io # Docs: github.com/docker/metadata-action/?tab=readme-ov-file#typesha DOCKER_METADATA_PR_HEAD_SHA: true + # https://github.com/docker/metadata-action?tab=readme-ov-file#annotations + DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index jobs: validate-and-publish-content: name: Content Validation Checking, Conversion and Validation