From cede19ca90e75f78d0a53259ae0f41a06847fc81 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 10 Mar 2025 18:35:43 +0200 Subject: [PATCH] FIXUP: Remove extraneous comments --- .github/workflows/build-push-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.