From 60447c8e38707c47b231f1a536af1d216abd3e51 Mon Sep 17 00:00:00 2001 From: meyric Date: Tue, 12 Nov 2024 14:12:10 +0000 Subject: [PATCH] Try loading the first image --- .github/workflows/continuous-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -