CI: remove --no-cache for docker layer caching

This commit is contained in:
Jarian 2026-07-05 03:12:56 +00:00
parent d4f5a198a3
commit 10e1f87466

View File

@ -96,7 +96,7 @@ jobs:
if: always() if: always()
run: | run: |
if [[ -f Dockerfile ]]; then if [[ -f Dockerfile ]]; then
docker build -t $GITHUB_REPOSITORY:test --no-cache . docker build -t $GITHUB_REPOSITORY:test .
else else
echo "No Dockerfile found, skipping docker build" echo "No Dockerfile found, skipping docker build"
fi fi