fix: Docker 构建加 --no-cache 禁用缓存(修复 Celery 镜像代码过期)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m37s
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:
parent
99c7e9f4bb
commit
1b707282ae
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user