diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index 35ebfc7..b51ebef 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -197,9 +197,9 @@ jobs: strategy: matrix: manifest_type: - - root # The top-level manifest - - amd64 # The manifest for the amd64 architecture - - arm64 # The manifest for the arm64 architecture + - root + - amd64 + - arm64 permissions: actions: read # for detecting the Github Actions environment. id-token: write # for creating OIDC tokens for signing.