File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 2020 skip-java-17 : true
2121 skip-java-19 : true
2222
23- publish-java-15 :
24- runs-on : ubuntu-latest
25- steps :
26- - uses : actions/checkout@v3
27-
28- - name : Set up JDK for running Gradle
29- uses : actions/setup-java@v3
30- with :
31- distribution : temurin
32- java-version : 17
33-
34- - name : Login to GitHub package registry
35- uses : docker/login-action@v2
36- with :
37- registry : ghcr.io
38- username : ${{ github.repository_owner }}
39- password : ${{ secrets.GITHUB_TOKEN }}
40-
41- - name : Set tag
42- run : echo "TAG=$(date '+%Y%m%d').$GITHUB_RUN_ID" >> $GITHUB_ENV
43-
44- - name : Set up Gradle cache
45- uses : gradle/gradle-build-action@v2
46-
47- # Play doesn't support Java 16 (or 17) yet
48- # https://github.com/playframework/playframework/pull/10819
49- - name : Build Java 15 Docker image
50- run : ./gradlew :smoke-tests:images:play:jib -PtargetJDK=15 -Djib.httpTimeout=120000 -Djib.console=plain -Ptag=${{ env.TAG }}
51-
5223 open-issue-on-failure :
5324 needs :
5425 - publish
55- - publish-java-15
5626 if : failure()
5727 uses : ./.github/workflows/reusable-open-issue-on-failure.yml
You can’t perform that action at this time.
0 commit comments