Skip to content

Commit

Permalink
disable dynamic certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wiesner committed May 23, 2022
1 parent 362d924 commit 6b1518e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle-build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ jobs:
env:
IMAGE_TAG_BRANCH_COMMIT: ${{ steps.image-tags.outputs.branch_commit_tag }}
IMAGE_TAG_BRANCH: ${{ steps.image-tags.outputs.branch_tag }}
# https://github.com/paketo-buildpacks/ca-certificates#configuration
BP_EMBED_CERTS: true
BP_RUNTIME_CERT_BINDING_DISABLED: true
BP_ENABLE_RUNTIME_CERT_BINDING: false

- name: Push OCI to GitHub Packages
run: |
Expand Down Expand Up @@ -131,7 +134,10 @@ jobs:
env:
IMAGE_TAG_BRANCH_COMMIT: ${{ steps.image-tags.outputs.branch_commit_tag }}
IMAGE_TAG_BRANCH: ${{ steps.image-tags.outputs.branch_tag }}
# https://github.com/paketo-buildpacks/ca-certificates#configuration
BP_EMBED_CERTS: true
BP_RUNTIME_CERT_BINDING_DISABLED: true
BP_ENABLE_RUNTIME_CERT_BINDING: false

- name: Push OCI to GitHub Packages (Dry Run)
run: |
Expand Down

0 comments on commit 6b1518e

Please sign in to comment.