Skip to content

Commit

Permalink
Merge pull request #478 from paketo-buildpacks/dmikusa-patch-1
Browse files Browse the repository at this point in the history
Update pipeline-descriptor.yml
  • Loading branch information
dmikusa authored Jan 13, 2025
2 parents 617169e + 6565ef2 commit 95f71cf
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,6 @@ docker_credentials:
password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}

dependencies:
- name: JDK 11
id: jdk
version_pattern: "11\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
glob: sapmachine-jdk-.+_linux-x64_bin.tar.gz
owner: SAP
repository: SapMachine
tag_filter: sapmachine-(11.*)
latest_by_creation_time: true
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
- name: JRE 11
id: jre
version_pattern: "11\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
glob: sapmachine-jre-.+_linux-x64_bin.tar.gz
owner: SAP
repository: SapMachine
tag_filter: sapmachine-(11.*)
latest_by_creation_time: true
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
- name: JDK 17
id: jdk
version_pattern: "17\\.[\\d]+\\.[\\d]+"
Expand Down Expand Up @@ -208,4 +186,4 @@ dependencies:
tag_filter: sapmachine-(23.*)
latest_by_creation_time: true
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: "arm64"
arch: "arm64"

0 comments on commit 95f71cf

Please sign in to comment.