fix(ci): disable provenance/sbom to remove unknown/unknown image (#35)
This commit is contained in:
@@ -118,6 +118,8 @@ jobs:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
platforms: linux/amd64,linux/arm64
|
||||
provenance: false
|
||||
sbom: false
|
||||
|
||||
# =============================================================================
|
||||
# Create GitHub Release (only on tag push)
|
||||
|
||||
@@ -3,10 +3,6 @@ name: Test
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'backend/**'
|
||||
- 'frontend/**'
|
||||
- '.github/workflows/test.yml'
|
||||
|
||||
# Minimal permissions for security
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user