Skip to content

Commit

Permalink
Update pack version. Correct buildpack args for zulu jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 18, 2024
1 parent 568ce6e commit 3807f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sanpshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
with:
java-version: 11
distribution: temurin
- uses: buildpacks/github-actions/setup-pack@v5.0.0
- uses: buildpacks/github-actions/setup-pack@v5.5.4
- name: Create image
run: >
pack build ghcr.io/${{ github.repository }}:${{ needs.prebuild-job.outputs.version }}
--builder paketo-buildpacks/azul-zulu
--buildpack paketo-buildpacks/azul-zulu
--builder paketobuildpacks/builder-jammy-base
-e BP_GRADLE_BUILT_ARTIFACT=./build/distributions/service*.zip
-e BP_GRADLE_ADDITIONAL_BUILD_ARGUMENTS=distZip
Expand Down

0 comments on commit 3807f44

Please sign in to comment.