Skip to content

Commit

Permalink
Update to use GraalVM CE instead of mandrel until #178 is implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Nov 8, 2022
1 parent 89ce48d commit b2693a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-container-images.yml
Expand Up @@ -2,8 +2,8 @@ name: Build and Push Container images

env:
IMAGE_BASE_NAME: "quay.io/quarkus-super-heroes"
MANDREL_IMAGE: "quay.io/quarkus/ubi-quarkus-mandrel-builder-image"
MANDREL_VERSION: "22.2"
MANDREL_IMAGE: "quay.io/quarkus/ubi-quarkus-graalvmce-builder-image"
MANDREL_VERSION: "22.3"
LATEST_IMAGE_TAG: "latest"

on:
Expand Down

0 comments on commit b2693a9

Please sign in to comment.