ci: Automate base image + sbom + attestation (#17248)

This commit is contained in:
shortstacked
2025-07-16 11:35:33 +01:00
committed by GitHub
parent cca1c2d810
commit a417159602
2 changed files with 31 additions and 26 deletions

View File

@@ -292,7 +292,8 @@ jobs:
N8N_VERSION=${{ needs.determine-build-context.outputs.n8n_version }}
N8N_RELEASE_TYPE=${{ needs.determine-build-context.outputs.release_type }}
platforms: ${{ matrix.docker_platform }}
provenance: false
provenance: true
sbom: true
push: ${{ needs.determine-build-context.outputs.push_enabled == 'true' }}
tags: ${{ steps.determine-tags.outputs.tags }}