diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c8ec1c62..35b3f066 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -31,6 +31,7 @@ jobs: tags: app_test:latest cache-from: type=gha cache-to: type=gha,mode=min + load: true lint-and-format: name: Linting and format application @@ -52,7 +53,7 @@ jobs: build-args: | RAILS_ENV=test push: false - load: true + load: false tags: app_test:latest cache-from: type=gha -