File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
publish-cli-image :
30
30
needs : build-and-run-tests
31
- if : ${{ github.event_name == 'push' }}
31
+ # temporary commented to check images
32
+ # if: ${{ github.event_name == 'push' }}
32
33
strategy :
33
34
fail-fast : false # force to execute all jobs even though some of them have failed
34
35
matrix :
Original file line number Diff line number Diff line change 1
- FROM azul/zulu-openjdk:11 .0.15-11.56 .19
1
+ FROM azul/zulu-openjdk:17 .0.7-17.42 .19
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
Original file line number Diff line number Diff line change 1
- FROM azul/zulu-openjdk:11 .0.15-11.56 .19
1
+ FROM azul/zulu-openjdk:17 .0.7-17.42 .19
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
Original file line number Diff line number Diff line change 1
- FROM azul/zulu-openjdk:11 .0.15-11.56 .19
1
+ FROM azul/zulu-openjdk:17 .0.7-17.42 .19
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
You can’t perform that action at this time.
0 commit comments