Use aliyunlinux2 as default image for aliyunlinux
There is some known issue for aliyunlinux3 base image. So change default image back to aliyunlinux 2.
This commit is contained in:
parent
3035a0353a
commit
efed79fe3b
@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./tools/docker/Dockerfile.aliyunlinux3
|
file: ./tools/docker/Dockerfile.aliyunlinux2
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
build-args: OCCLUM_BRANCH=${{ env.OCCLUM_BRANCH }}
|
build-args: OCCLUM_BRANCH=${{ env.OCCLUM_BRANCH }}
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
Reference in New Issue
Block a user