From db2f7cb2c9759deee836ab396d548106ff0b1aed Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 18 Dec 2024 14:04:10 +0100 Subject: [PATCH] workflows: sign images Changelog-entry: configure build pipeline to sign images Signed-off-by: Alex Gonzalez --- .github/workflows/iot-gate-imx8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/iot-gate-imx8.yml b/.github/workflows/iot-gate-imx8.yml index 38dba745..64cc1edc 100644 --- a/.github/workflows/iot-gate-imx8.yml +++ b/.github/workflows/iot-gate-imx8.yml @@ -62,3 +62,4 @@ jobs: force-finalize: ${{ inputs.force-finalize || false }} # Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }} + sign-image: true