feat: 更新部署工作流,调整并发组名称和容器选项
Some checks failed
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Failing after 1m43s

This commit is contained in:
2025-08-14 00:25:37 +08:00
parent 134e2f28b0
commit 4c2b090f7d

View File

@ -21,13 +21,13 @@ permissions:
contents: write
concurrency:
group: docker-build
cancel-in-progress: false
group: deploy
cancel-in-progress: true
env:
CONTAINER_TAG: reg.liteyuki.org/snowykami/web-tools:latest
CONTAINER_NAME: web-tools
CONTAINER_OPTIONS: --network liteyuki-network --network liteyuki6-network
CONTAINER_OPTIONS: --network liteyuki-network --network liteyuki6-network --restart unless-stopped
jobs:
build-and-push-and-deploy: