File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 JAVA_VERSION=${{ github.event.inputs.javaVersion }}
4646 JAVA_VARIANT=${{ github.event.inputs.javaVariant }}
4747 tags : |
48- 1panel/java:${{ github.event.inputs.javaVersion }}-jdk
48+ 1panel/java:${{ github.event.inputs.javaVersion }}
4949 cache-from : type=gha
5050 cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ grep -q 'context: java' "${workflow}"
3535grep -q ' file: java/Dockerfile' " ${workflow} "
3636grep -q ' JAVA_VERSION=${{ github.event.inputs.javaVersion }}' " ${workflow} "
3737grep -q ' JAVA_VARIANT=${{ github.event.inputs.javaVariant }}' " ${workflow} "
38- grep -q ' 1panel/java:${{ github.event.inputs.javaVersion }}-jdk ' " ${workflow} "
38+ grep -q ' 1panel/java:${{ github.event.inputs.javaVersion }}' " ${workflow} "
3939
4040grep -q ' `1panel/java`' " ${readme} "
4141grep -q ' `1panel/java`' " ${readme_zh} "
You can’t perform that action at this time.
0 commit comments