Skip to content

Commit

Permalink
Disable sbom, provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Jul 27, 2024
1 parent 823093b commit dc119a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: runner-autoscaler
platforms: linux/amd64
push: true
sbom: false
provenance: false
tags: |
ghcr.io/privatehive/runner-autoscaler:latest
ghcr.io/privatehive/runner-autoscaler:${{ github.ref_name }}
push: true

0 comments on commit dc119a0

Please sign in to comment.