Merge pull request 'CI: remove --no-cache for docker layer caching' (#1) from ci-fix-nocache into main
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / docker-build (push) Waiting to run
CI / security (push) Waiting to run
CI / build-result (push) Blocked by required conditions

Reviewed-on: https://git.home.ms/jarianc/voting-app/pulls/1
This commit is contained in:
jarianc 2026-07-04 22:24:38 -05:00
commit 7f0405cc74

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