File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ jobs:
116116| `docker-build-secrets` | List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) | |
117117| `docker-build-secret-files` | List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) | |
118118| `docker-build-target` | Sets the target stage to build like : " runtime" | |
119- | `docker-build-provenance` | Generate [provenance](https://docs.docker.com/build/attestations/slsa-provenance/) attestation for the build | `mode=min,inline-only=true` |
120119| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
121120| `gitops-repository` | GitHub Repository for GitOps | `mops` |
122121| `gitops-user` | GitHub User for GitOps | `Staffbot` |
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ inputs:
3232 docker-build-target :
3333 description : " Sets the target stage to build"
3434 required : false
35- docker-build-provenance :
36- description : " Generate provenance attestation for the build"
37- required : false
38- default : ' mode=min,inline-only=true'
3935 gitops-organization :
4036 description : ' GitHub Organization for GitOps'
4137 required : true
@@ -144,7 +140,7 @@ runs:
144140 platforms : linux/amd64
145141 cache-from : type=gha
146142 cache-to : type=gha,mode=max
147- provenance : ${{ inputs.docker-build-provenance }}
143+ provenance : false
148144
149145 - name : Checkout GitOps Repository
150146 if : inputs.gitops-token != ''
You can’t perform that action at this time.
0 commit comments