Skip to content

Commit

Permalink
chore: change the mandrel_version style
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhan committed Jan 7, 2024
1 parent b5695ec commit eab7fe6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
strategy:
matrix:
quarkus-mandrel_image: [quay.io/quarkus/ubi-quarkus-mandrel-builder-image]
quarkus-mandrel_version: [23.1]
quarkus-mandrel_java_version: [21]
quarkus-mandrel_version: [jdk-21, jdk-17]

env:
MANDREL_FULL_IMAGE: ${{ matrix.quarkus-mandrel_image }}:${{ matrix.quarkus-mandrel_version }}-java${{ matrix.quarkus-mandrel_java_version }}
MANDREL_FULL_IMAGE: ${{ matrix.quarkus-mandrel_image }}:${{ matrix.quarkus-mandrel_version }}

steps:
- name: Check Out Repo
Expand Down

0 comments on commit eab7fe6

Please sign in to comment.