fix: update Kubernetes deployment reference URL and adjust concurrency settings
All checks were successful
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Successful in 1m43s

This commit is contained in:
2025-08-14 00:26:18 +08:00
parent 1f590e2e33
commit d2ccc17fd6

View File

@ -8,7 +8,7 @@
# HARBOR_USERNAME: e.g. christina
# HARBOR_PASSWORD: e.g. 123456
# Author: s@liteyuki.org
# 如果要使用工作流把应用部署到Kubernetes集群请参考git.liteyuki.org/kubernetes/deploy/README.md (私有)
# 如果要使用工作流把应用部署到Kubernetes集群请参考https://git.liteyuki.org/kubernetes/deploy/README.md (私有)
name: Build and Push Container Image, Deploy to Host
@ -22,12 +22,12 @@ permissions:
concurrency:
group: docker-build
cancel-in-progress: false
cancel-in-progress: true
env:
CONTAINER_TAG: reg.liteyuki.org/snowykami/sfkm-me:latest
CONTAINER_NAME: sfkm-me
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: