Skip to content

Commit

Permalink
Move to new builder images introduced in Quarkus 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Jan 31, 2023
1 parent 5c12d31 commit 053fb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
java: [ 11 ]
image: [ "ubi-quarkus-native-image:22.3-java17", "ubi-quarkus-mandrel:22.3-java17" ]
image: [ "ubi-quarkus-graalvmce-builder-image:22.3-java17", "ubi-quarkus-mandrel-builder-image:22.3-java17" ]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
java: [ 11 ]
image: [ "ubi-quarkus-native-image:22.3-java17"]
image: [ "ubi-quarkus-graalvmce-builder-image:22.3-java17"]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit 053fb53

Please sign in to comment.