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

This commit is contained in:
Jarian Cottingham 2026-07-05 03:12:25 +00:00
parent 2b75c39a07
commit 2d7680fe42

View File

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