Skip to content

Commit c4ed246

Browse files
committed
fix: remove extra deploy.yml
1 parent 4bac087 commit c4ed246

2 files changed

Lines changed: 3 additions & 47 deletions

File tree

.github/workflows/deploy copy.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
docker stop xtai-nav-app || true
3737
docker rm xtai-nav-app || true
3838
39+
echo '🧹 删除旧镜像...'
40+
docker rmi xtai-nav-app || true
41+
3942
echo '🧱 构建新镜像...'
4043
docker build -t xtai-nav-app .
4144

0 commit comments

Comments
 (0)