File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 docker-build-target :
1010 required : false
1111 type : string
12- docker-build-provenance :
13- required : false
14- type : string
15- default : ' false'
1612 docker-file :
1713 required : false
1814 type : string
@@ -62,14 +58,13 @@ jobs:
6258 uses : actions/checkout@v4
6359
6460 - name : GitOps (build, push and deploy a new Docker image)
65- uses : Staffbase/gitops-github-action@v5.3
61+ uses : Staffbase/gitops-github-action@v5.4
6662 with :
6763 docker-username : ${{ secrets.docker-username }}
6864 docker-password : ${{ secrets.docker-password }}
6965 docker-build-args : |
7066 ${{ inputs.docker-build-args }}
7167 GONOSUMDB=${{ secrets.gonosumdb }}
72- docker-build-provenance : ${{ inputs.docker-build-provenance }}
7368 docker-build-secrets : ${{ secrets.docker-build-secrets }}
7469 docker-build-secret-files : ${{ secrets.docker-build-secret-files }}
7570 docker-build-target : ${{ inputs.docker-build-target }}
Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120120 # optional: list of build-time variables
121121 docker-build-args : |
122122 "any important args"
123- # optional: generate provenance attestation for the build, default: false
124- docker-build-provenance : " mode=min,inline-only=true"
125123 # optional: set the target stage to build
126124 docker-build-target : " any target"
127125 # optional: path to the Dockerfile, default: ./Dockerfile
You can’t perform that action at this time.
0 commit comments