Merge pull request 'CI: remove --no-cache for docker layer caching' (#10) from ci-fix-nocache into main

Reviewed-on: https://git.example.com/jarianc/PinVault/pulls/10
This commit is contained in:
Jarian Cottingham 2026-07-04 22:24:03 -05:00
commit 453c1bba18

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