File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,18 @@ jobs:
3636 strategy :
3737 max-parallel : 1
3838 matrix :
39- java_version : [8, 11]
4039 build :
4140 - flink_version : 1.20-SNAPSHOT
41+ java_version : [8, 11, 17, 21]
4242 branch : dev-master
4343 - flink_version : 1.19-SNAPSHOT
44+ java_version : [8, 11, 17, 21]
4445 branch : dev-1.19
4546 - flink_version : 1.18-SNAPSHOT
47+ java_version : [8, 11, 17]
4648 branch : dev-1.18
4749 - flink_version : 1.17-SNAPSHOT
50+ java_version : [8, 11]
4851 branch : dev-1.17
4952 steps :
5053 - uses : actions/checkout@v3
6366 - name : Log in to the Container registry
6467 uses : docker/login-action@v1
6568 with :
66- registry : ghcr.io
69+ registry : ${{ env.REGISTRY }}
6770 username : ${{ github.actor }}
6871 password : ${{ secrets.GITHUB_TOKEN }}
6972
You can’t perform that action at this time.
0 commit comments