Skip to content

Commit

Permalink
Bump pipeline from 1.10.5 to 1.10.5 (#109)
Browse files Browse the repository at this point in the history
* Edited pipeline-descriptor to check new ibm-semeru-dependency action for binaries
Added Java 17

* Bump pipeline from 1.10.5 to 1.10.5

Bumps pipeline from 1.10.5 to 1.10.5.

Signed-off-by: GitHub <[email protected]>

Co-authored-by: David O'Sullivan <[email protected]>
Co-authored-by: paketo-bot <[email protected]>
Co-authored-by: David O'Sullivan <[email protected]>
  • Loading branch information
4 people authored Sep 23, 2021
1 parent 2bee9c9 commit c1b8546
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jdk_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru11-binaries
tag_filter: jdk(.*11.)
tag_filter: jdk(.*11.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jdk_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru16-binaries
tag_filter: jdk(.*16.)
tag_filter: jdk(.*16.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jdk_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru17-binaries
tag_filter: jdk(.*17.)
tag_filter: jdk(.*17.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jdk_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru8-binaries
tag_filter: jdk(.*8.)
tag_filter: jdk(.*8.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jre-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jre_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru11-binaries
tag_filter: jre(.*11.)
tag_filter: jdk(.*11.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jre-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jre_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru16-binaries
tag_filter: jre(.*16.)
tag_filter: jdk(.*16.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jre-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jre_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru17-binaries
tag_filter: jre(.*17.)
tag_filter: jdk(.*17.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jre-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
glob: ibm-semeru-open-jre_x64_linux_.+_openj9-.+.tar.gz
owner: ibmruntimes
repository: semeru8-binaries
tag_filter: jre(.*8.)
tag_filter: jdk(.*8.*)
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- id: buildpack
name: Update Buildpack Dependency
Expand Down

0 comments on commit c1b8546

Please sign in to comment.