Skip to content

Commit

Permalink
Merge pull request #7 from paketo-buildpacks/actions
Browse files Browse the repository at this point in the history
Update action 'uses:' addresses
  • Loading branch information
Daniel Mikusa authored Apr 11, 2022
2 parents 813ea06 + 13c0769 commit 683a526
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,95 +20,95 @@ dependencies:
- name: Tomee 7 Microprofile
id: tomee-microprofile
version_pattern: "7\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: microprofile
major: 7
- name: Tomee 8 Microprofile
id: tomee-microprofile
version_pattern: "8\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: microprofile
major: 8
- name: Tomee 9 Microprofile
id: tomee-microprofile
version_pattern: "9\\.[\\d]+\\.[\\d]+?[-+]?[a-zA-Z0-9]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: microprofile
major: 9
- name: Tomee 7 Webprofile
id: tomee-webprofile
version_pattern: "7\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: webprofile
major: 7
- name: Tomee 8 Webprofile
id: tomee-webprofile
version_pattern: "8\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: webprofile
major: 8
- name: Tomee 9 Webprofile
id: tomee-webprofile
version_pattern: "9\\.[\\d]+\\.[\\d]+?[-+]?[a-zA-Z0-9]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: webprofile
major: 9
- name: Tomee 7 Plus
id: tomee-plus
version_pattern: "7\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: plus
major: 7
- name: Tomee 8 Plus
id: tomee-plus
version_pattern: "8\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: plus
major: 8
- name: Tomee 9 Plus
id: tomee-plus
version_pattern: "9\\.[\\d]+\\.[\\d]+?[-+]?[a-zA-Z0-9]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: plus
major: 9
- name: Tomee 7 Plume
id: tomee-plume
version_pattern: "7\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: plume
major: 7
- name: Tomee 8 Plume
id: tomee-plume
version_pattern: "8\\.[\\d]+\\.[\\d]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: plume
major: 8
- name: Tomee 9 Plume
id: tomee-plume
version_pattern: "9\\.[\\d]+\\.[\\d]+?[-+]?[a-zA-Z0-9]+"
uses: docker://paketo-buildpacks/tomee-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/tomee-dependency:main
with:
uri: https://archive.apache.org/dist/tomee
dist: plume
Expand Down

0 comments on commit 683a526

Please sign in to comment.