Skip to content

Commit

Permalink
Try using latest versions for buildpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 18, 2024
1 parent bfc9e3d commit 67cd4c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-sanpshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: Create image
run: >
pack build ghcr.io/${{ github.repository }}:${{ needs.prebuild-job.outputs.version }}
--buildpack paketo-buildpacks/ca-certificates
--buildpack paketo-buildpacks/azul-zulu
--buildpack paketo-buildpacks/syft
--buildpack paketo-buildpacks/gradle
--buildpack paketo-buildpacks/dist-zip
--buildpack paketo-buildpacks/environment-variables
--builder paketobuildpacks/builder-jammy-base
--buildpack paketo-buildpacks/ca-certificates:latest
--buildpack paketo-buildpacks/azul-zulu:latest
--buildpack paketo-buildpacks/syft:latest
--buildpack paketo-buildpacks/gradle:latest
--buildpack paketo-buildpacks/dist-zip:latest
--buildpack paketo-buildpacks/environment-variables:latest
--builder paketobuildpacks/builder-jammy-base:latest
-e BP_GRADLE_BUILT_ARTIFACT=./build/distributions/service*.zip
-e BP_GRADLE_ADDITIONAL_BUILD_ARGUMENTS=distZip
-e BPE_DEFAULT_BPL_JVM_THREAD_COUNT=20
Expand Down

0 comments on commit 67cd4c7

Please sign in to comment.