diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index d2e714ff..1e2cf0cb 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - name: Run tests run: | - docker build -f Dockerfile.${{ matrix.flavor }} -t profanity . + docker build --no-cache -f Dockerfile.${{ matrix.flavor }} -t profanity . docker run profanity ./ci-build.sh code-style: