Skip to content

Commit

Permalink
Add prefix for images
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 18, 2024
1 parent 0240e11 commit 8107ce0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-sanpshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Create image
run: >
pack build ghcr.io/${{ github.repository }}:${{ needs.prebuild-job.outputs.version }}
--buildpack paketo-buildpacks/ca-certificates:3.6.8
--buildpack paketo-buildpacks/azul-zulu:10.2.10
--buildpack paketo-buildpacks/syft:1.45.1
--buildpack paketo-buildpacks/gradle:7.8.1
--buildpack paketo-buildpacks/dist-zip:5.6.9
--buildpack paketo-buildpacks/environment-variables:4.5.7
--buildpack gcr.io/paketo-buildpacks/ca-certificates:3.6.8
--buildpack gcr.io/paketo-buildpacks/azul-zulu:10.2.10
--buildpack gcr.io/paketo-buildpacks/syft:1.45.1
--buildpack gcr.io/paketo-buildpacks/gradle:7.8.1
--buildpack gcr.io/paketo-buildpacks/dist-zip:5.6.9
--buildpack gcr.io/paketo-buildpacks/environment-variables:4.5.7
--builder paketobuildpacks/builder-jammy-base:latest
-e BP_GRADLE_BUILT_ARTIFACT=./build/distributions/service*.zip
-e BP_GRADLE_ADDITIONAL_BUILD_ARGUMENTS=distZip
Expand Down

0 comments on commit 8107ce0

Please sign in to comment.