From 8a356476d38a9f049f7397017d78adfe91403c64 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Sat, 4 May 2024 18:14:08 +0300 Subject: [PATCH] ci: fix parameter name --- .github/actions/build-docker-image/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index a83f6903..388887af 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -97,7 +97,7 @@ runs: with: subject-name: ${{ steps.imagename.outputs.image_name }} subject-digest: ${{ steps.push.outputs.digest }} - sbom-file: 'sbom.cyclonedx.json' + sbom-path: 'sbom.cyclonedx.json' push-to-registry: true if: inputs.push == 'true'