File tree Expand file tree Collapse file tree 5 files changed +3
-232
lines changed
Expand file tree Collapse file tree 5 files changed +3
-232
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,21 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- jvmType : [jdk, jre]
1514 version : [8, 11, 17]
1615 steps :
1716 - name : checkout
1817 uses : actions/checkout@v2
1918 - name : build
2019 env :
21- jvmType : ${{ matrix.jvmType }}
2220 version : ${{ matrix.version }}
2321 run : |
24- cd "${jvmType} ${version}"
22+ cd "jdk ${version}"
2523 docker pull "eclipse-temurin:${version}-jdk"
26- docker build --tag "groovy:${jvmType} ${version}" .
24+ docker build --tag "groovy:jdk ${version}" .
2725 - name : test
2826 env :
29- jvmType : ${{ matrix.jvmType }}
3027 version : ${{ matrix.version }}
3128 expectedGroovyVersion : 3.0.9
3229 run : |
3330 cd test
34- ./run.sh "groovy:${jvmType} ${version}" "${expectedGroovyVersion}"
31+ ./run.sh "groovy:jdk ${version}" "${expectedGroovyVersion}"
Original file line number Diff line number Diff line change 33## Supported tags and respective Dockerfile links
44
55* [ jdk8, jdk] ( https://github.com/groovy/docker-groovy/blob/master/jdk8/Dockerfile )
6- * [ latest, jre8, jre] ( https://github.com/groovy/docker-groovy/blob/master/jre8/Dockerfile )
7-
86* [ jdk11] ( https://github.com/groovy/docker-groovy/blob/master/jdk11/Dockerfile )
9- * [ jre11] ( https://github.com/groovy/docker-groovy/blob/master/jre11/Dockerfile )
10-
117* [ jdk17] ( https://github.com/groovy/docker-groovy/blob/master/jdk17/Dockerfile )
12- * [ jre17] ( https://github.com/groovy/docker-groovy/blob/master/jre17/Dockerfile )
138
149## What is Groovy?
1510
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments