Skip to content

Commit

Permalink
Switch to a development builder image URI
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Aug 4, 2023
1 parent ad9b33e commit dc0a363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: redhat-actions/s2i-build@v2
with:
path_context: 'quarkus-quickstart/getting-started'
# TODO: Need Jmods image
builder_image: 'registry.access.redhat.com/ubi9/openjdk-17'
# This is ubi9/openjdk-17 built from jdk-dev branch (+jmods)
builder_image: 'quay.io/jdowland/ubi9-openjdk-17:jdk-dev'
image: ${{ env.IMAGE_NAME }}
tags: ${{ env.TAGS }}

0 comments on commit dc0a363

Please sign in to comment.