Skip to content

Commit 320a1e0

Browse files
committed
🔨 delete redundant params
1 parent ef93c8e commit 320a1e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/docker-build-push-mainland.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

‎.github/workflows/docker-build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
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 .

0 commit comments

Comments
 (0)