From ba621d3bea1093298296a9eb29bc6b54be2afd27 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 10 Mar 2025 14:09:30 +0200 Subject: [PATCH] FIXUP: Change digest with manifest_type --- .github/workflows/build-push-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index df1619c..fce3011 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -196,10 +196,10 @@ jobs: - merge strategy: matrix: - digest: - - root - - amd64 - - arm64 + manifest_type: + - root # The top-level manifest + - amd64 # The manifest for the amd64 architecture + - arm64 # The manifest for the arm64 architecture permissions: actions: read # for detecting the Github Actions environment. id-token: write # for creating OIDC tokens for signing.