diff --git a/.github/workflows/run-backend-bdd-tests.yml b/.github/workflows/run-backend-bdd-tests.yml index 954c6c076..8b365ec9a 100644 --- a/.github/workflows/run-backend-bdd-tests.yml +++ b/.github/workflows/run-backend-bdd-tests.yml @@ -67,7 +67,8 @@ jobs: files: docker-compose.dev.yml targets: backend load: true - # no-cache: false + # Uncomment this to force a rebuild of the image + no-cache: true set: | *.cache-from=type=gha,scope=infisical-backend-bdd-tests *.cache-to=type=gha,mode=max,scope=infisical-backend-bdd-tests