File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 uses : actions/checkout@v4
162162 - name : Build terminal image (amd64) and load locally
163163 run : |
164- docker buildx build --platform linux/amd64 --load -t ccr.ccs.tencentyun.com/nexent-hub/nexent-ubuntu-terminal:amd64 -f make/terminal/Dockerfile --build-arg MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple .
164+ docker buildx build --platform linux/amd64 --load -t ccr.ccs.tencentyun.com/nexent-hub/nexent-ubuntu-terminal:amd64 -f make/terminal/Dockerfile .
165165 - name : Login to Tencent Cloud
166166 run : echo ${{ secrets.TCR_PASSWORD }} | docker login ccr.ccs.tencentyun.com --username=${{ secrets.TCR_USERNAME }} --password-stdin
167167 - name : Push terminal image (amd64) to Tencent Cloud
@@ -181,7 +181,7 @@ jobs:
181181 uses : actions/checkout@v4
182182 - name : Build terminal image (arm64) and load locally
183183 run : |
184- docker buildx build --platform linux/arm64 --load -t ccr.ccs.tencentyun.com/nexent-hub/nexent-ubuntu-terminal:arm64 -f make/terminal/Dockerfile --build-arg MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple .
184+ docker buildx build --platform linux/arm64 --load -t ccr.ccs.tencentyun.com/nexent-hub/nexent-ubuntu-terminal:arm64 -f make/terminal/Dockerfile .
185185 - name : Login to Tencent Cloud
186186 run : echo ${{ secrets.TCR_PASSWORD }} | docker login ccr.ccs.tencentyun.com --username=${{ secrets.TCR_USERNAME }} --password-stdin
187187 - name : Push terminal image (arm64) to Tencent Cloud
Original file line number Diff line number Diff line change 5050 uses : actions/checkout@v4
5151
5252 - name : Build terminal image
53- run : docker build --build-arg MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple -- progress=plain -t nexent/nexent-ubuntu-terminal -f make/terminal/Dockerfile .
53+ run : docker build --progress=plain -t nexent/nexent-ubuntu-terminal -f make/terminal/Dockerfile .
You can’t perform that action at this time.
0 commit comments