Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pipeline from 1.19.0 to 1.19.0 #72

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-open-liberty-runtime-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-runtime
group_id: io.openliberty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-jakartaee9
group_id: io.openliberty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-javaee8
group_id: io.openliberty
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-open-liberty-runtime-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-kernel
group_id: io.openliberty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-microProfile3
group_id: io.openliberty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-microProfile4
group_id: io.openliberty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-microProfile5
group_id: io.openliberty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-webProfile8
group_id: io.openliberty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
YJ_VERSION: 5.0.0
- uses: actions/checkout@v2
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
uses: docker://ghcr.io/paketo-buildpacks/actions/liberty-dependency:main
with:
artifact_id: openliberty-webProfile9
group_id: io.openliberty
Expand Down