From de3aeb2ff14759edd5148a6612b8afce526eb283 Mon Sep 17 00:00:00 2001 From: "Miguel A. Alvarado V." Date: Thu, 5 Oct 2023 10:25:42 -0400 Subject: [PATCH] test output annotation due to docker provenance in buildkit multi-arch issue with labels Signed-off-by: Miguel A. Alvarado V. --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 51171a1..a3a9a37 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,5 +46,6 @@ jobs: SOPS_VERSION=${{ env.SOPS_VERSION }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + outputs: "type=image,annotation-index.org.opencontainers.image.description=sops: ${{env.SOPS_VERSION}} age: ${{env.AGE_VERSION}}" cache-from: type=gha,scope=${{ env.PACKAGE }} cache-to: type=gha,scope=${{ env.PACKAGE }}