From a6fae1252234aa27eedf8eeb155a43268d8432b2 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Fri, 6 Dec 2024 11:40:48 +0100 Subject: [PATCH] fix: platform parameter Signed-off-by: Martin Buchleitner --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index bcc95cc..0915f96 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -43,7 +43,6 @@ on: required: false type: string default: '' - build_args: description: 'The build arguments for the image' required: false @@ -129,6 +128,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: ${{ inputs.build_args }} + platforms: ${{ inputs.platforms }} - name: Scan Docker Image if: env.MONDOO_CONFIG_BASE64 != ''