Skip to content

Commit

Permalink
fix: platform parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 6, 2024
1 parent b72bf18 commit a6fae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ on:
required: false
type: string
default: ''

build_args:
description: 'The build arguments for the image'
required: false
Expand Down Expand Up @@ -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 != ''
Expand Down

0 comments on commit a6fae12

Please sign in to comment.