File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
129
129
- name : Run tests and package in CentOS 7 container
130
130
run : |
131
- docker run --rm -v ${{ github.workspace }}/java:/work ghcr.io /kcl-lang/kcl- java-builder-centos7:0.1.1 bash -c "
131
+ docker run --rm -v ${{ github.workspace }}/java:/work kcllang /kcl-java-builder-centos7:0.1.0 bash -c "
132
132
cd /work &&
133
133
rustup default stable &&
134
134
mvn package -DskipTests=true -Dcargo-build.profile=release
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
129
129
- name : Run tests and package in CentOS 7 container
130
130
run : |
131
- docker run --rm -v ${{ github.workspace }}/kotlin:/work ghcr.io /kcl-lang/kcl- java-builder-centos7:0.1.1 bash -c "
131
+ docker run --rm -v ${{ github.workspace }}/kotlin:/work kcllang /kcl-java-builder-centos7:0.1.0 bash -c "
132
132
cd /work &&
133
133
rustup default stable &&
134
134
mvn package -DskipTests=true -Dcargo-build.profile=release
You can’t perform that action at this time.
0 commit comments