fix: Docker 构建加 --no-cache 禁用缓存(修复 Celery 镜像代码过期)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m37s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
seaislee1209 2026-03-29 17:21:25 +08:00
parent 99c7e9f4bb
commit 1b707282ae

View File

@ -33,6 +33,7 @@ jobs:
set -o pipefail
docker buildx build \
--push \
--no-cache \
--provenance=false \
--tag ${{ secrets.SWR_SERVER }}/${{ secrets.SWR_ORG }}/video-backend:latest \
./backend 2>&1 | tee /tmp/build.log