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

Reviewed-on: https://git.home.ms/jarianc/app-store/pulls/10
This commit is contained in:
jarianc 2026-07-04 22:22:09 -05:00
commit 6c9d54b4ab

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