Skip to content

Commit fef19e9

Browse files
committed
CI: Use correct repository and version in PRs
1 parent 11457bb commit fef19e9

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

.github/workflows/mandrel.yml

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,110 +32,124 @@ jobs:
3232
uses: graalvm/mandrel/.github/workflows/base.yml@default
3333
with:
3434
quarkus-version: "2.2"
35-
version: "mandrel/21.3"
35+
repo: ${{ github.repository }}
36+
version: ${{ github.ref }}
3637
mandrel-packaging-version: "21.3"
3738
jdk: "11/ea"
3839
q-2_2-ea-win:
3940
name: "Q 2.2 M 21.3 windows EA"
4041
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
4142
with:
4243
quarkus-version: "2.2"
43-
version: "mandrel/21.3"
44+
repo: ${{ github.repository }}
45+
version: ${{ github.ref }}
4446
mandrel-packaging-version: "21.3"
4547
jdk: "11/ea"
4648
q-main-ea:
4749
name: "Q main M 21.3 EA"
4850
uses: graalvm/mandrel/.github/workflows/base.yml@default
4951
with:
5052
quarkus-version: "main"
51-
version: "mandrel/21.3"
53+
repo: ${{ github.repository }}
54+
version: ${{ github.ref }}
5255
mandrel-packaging-version: "21.3"
5356
jdk: "11/ea"
5457
q-main-ea-win:
5558
name: "Q main M 21.3 windows EA"
5659
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
5760
with:
5861
quarkus-version: "main"
59-
version: "mandrel/21.3"
62+
repo: ${{ github.repository }}
63+
version: ${{ github.ref }}
6064
mandrel-packaging-version: "21.3"
6165
jdk: "11/ea"
6266
q-latest-ea:
6367
name: "Q latest M 21.3 EA"
6468
uses: graalvm/mandrel/.github/workflows/base.yml@default
6569
with:
6670
quarkus-version: "latest"
67-
version: "mandrel/21.3"
71+
repo: ${{ github.repository }}
72+
version: ${{ github.ref }}
6873
mandrel-packaging-version: "21.3"
6974
jdk: "11/ea"
7075
q-latest-ea-win:
7176
name: "Q latest M 21.3 windows EA"
7277
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
7378
with:
7479
quarkus-version: "latest"
75-
version: "mandrel/21.3"
80+
repo: ${{ github.repository }}
81+
version: ${{ github.ref }}
7682
mandrel-packaging-version: "21.3"
7783
jdk: "11/ea"
7884
q-main-17-ea:
7985
name: "Q main M 17 21.3 EA"
8086
uses: graalvm/mandrel/.github/workflows/base.yml@default
8187
with:
8288
quarkus-version: "main"
83-
version: "mandrel/21.3"
89+
repo: ${{ github.repository }}
90+
version: ${{ github.ref }}
8491
mandrel-packaging-version: "21.3"
8592
jdk: "17/ea"
8693
q-main-17-ea-win:
8794
name: "Q main M 17 21.3 windows EA"
8895
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
8996
with:
9097
quarkus-version: "main"
91-
version: "mandrel/21.3"
98+
repo: ${{ github.repository }}
99+
version: ${{ github.ref }}
92100
mandrel-packaging-version: "21.3"
93101
jdk: "17/ea"
94102
# q-2_2-ga:
95103
# name: "Q 2.2 M 21.3"
96104
# uses: graalvm/mandrel/.github/workflows/base.yml@default
97105
# with:
98106
# quarkus-version: "2.2"
99-
# version: "mandrel/21.3"
107+
# repo: ${{ github.repository }}
108+
# version: ${{ github.ref }}
100109
# mandrel-packaging-version: "21.3"
101110
# jdk: "11/ga"
102111
# q-2_2-ga-win:
103112
# name: "Q 2.2 M 21.3 windows"
104113
# uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
105114
# with:
106115
# quarkus-version: "2.2"
107-
# version: "mandrel/21.3"
116+
# repo: ${{ github.repository }}
117+
# version: ${{ github.ref }}
108118
# mandrel-packaging-version: "21.3"
109119
# jdk: "11/ga"
110120
# q-main-ga:
111121
# name: "Q main M 21.3"
112122
# uses: graalvm/mandrel/.github/workflows/base.yml@default
113123
# with:
114124
# quarkus-version: "main"
115-
# version: "mandrel/21.3"
125+
# repo: ${{ github.repository }}
126+
# version: ${{ github.ref }}
116127
# mandrel-packaging-version: "21.3"
117128
# jdk: "11/ga"
118129
# q-main-ga-win:
119130
# name: "Q main M 21.3 windows"
120131
# uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
121132
# with:
122133
# quarkus-version: "main"
123-
# version: "mandrel/21.3"
134+
# repo: ${{ github.repository }}
135+
# version: ${{ github.ref }}
124136
# mandrel-packaging-version: "21.3"
125137
# jdk: "11/ga"
126138
# q-latest-ga:
127139
# name: "Q latest M 21.3"
128140
# uses: graalvm/mandrel/.github/workflows/base.yml@default
129141
# with:
130142
# quarkus-version: "latest"
131-
# version: "mandrel/21.3"
143+
# repo: ${{ github.repository }}
144+
# version: ${{ github.ref }}
132145
# mandrel-packaging-version: "21.3"
133146
# jdk: "11/ga"
134147
# q-latest-ga-win:
135148
# name: "Q latest M 21.3 windows"
136149
# uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
137150
# with:
138151
# quarkus-version: "latest"
139-
# version: "mandrel/21.3"
152+
# repo: ${{ github.repository }}
153+
# version: ${{ github.ref }}
140154
# mandrel-packaging-version: "21.3"
141155
# jdk: "11/ga"

0 commit comments

Comments
 (0)