Skip to content

Commit

Permalink
Merge pull request #239 from Staffbase/CIV-244-disable-provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
timdittler authored Apr 2, 2024
2 parents fee9c06 + 8662edc commit 8ba9aeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
docker-build-target:
required: false
type: string
docker-build-provenance:
required: false
type: string
default: 'false'
docker-file:
required: false
type: string
Expand Down Expand Up @@ -62,14 +58,13 @@ jobs:
uses: actions/checkout@v4

- name: GitOps (build, push and deploy a new Docker image)
uses: Staffbase/gitops-github-action@v5.3
uses: Staffbase/gitops-github-action@v5.4
with:
docker-username: ${{ secrets.docker-username }}
docker-password: ${{ secrets.docker-password }}
docker-build-args: |
${{ inputs.docker-build-args }}
GONOSUMDB=${{ secrets.gonosumdb }}
docker-build-provenance: ${{ inputs.docker-build-provenance }}
docker-build-secrets: ${{ secrets.docker-build-secrets }}
docker-build-secret-files: ${{ secrets.docker-build-secret-files }}
docker-build-target: ${{ inputs.docker-build-target }}
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ jobs:
# optional: list of build-time variables
docker-build-args: |
"any important args"
# optional: generate provenance attestation for the build, default: false
docker-build-provenance: "mode=min,inline-only=true"
# optional: set the target stage to build
docker-build-target: "any target"
# optional: path to the Dockerfile, default: ./Dockerfile
Expand Down

0 comments on commit 8ba9aeb

Please sign in to comment.