Skip to content

Commit f20de25

Browse files
committed
fix: revert kcl lang centos7 image version to 0.1.0
Signed-off-by: zongz <zongzhe1024@163.com>
1 parent acd790b commit f20de25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Run tests and package in CentOS 7 container
130130
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 "
132132
cd /work &&
133133
rustup default stable &&
134134
mvn package -DskipTests=true -Dcargo-build.profile=release

.github/workflows/kotlin-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Run tests and package in CentOS 7 container
130130
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 "
132132
cd /work &&
133133
rustup default stable &&
134134
mvn package -DskipTests=true -Dcargo-build.profile=release

0 commit comments

Comments
 (0)