From 92c043e7cdd6895fa28403b1cac8e988141ae7fb Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Wed, 24 Jan 2024 18:03:40 +0100 Subject: [PATCH] fix: new one --- .github/workflows/integration-tests-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index bf2874b1fe..bf9e6aaf9c 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -34,7 +34,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.docker + https://hub.docker.com/r/matterlabs/local-node key: ${{ runner.os }}-docker-${{ hashFiles('**/docker-compose.yaml') }} restore-keys: | ${{ runner.os }}-docker-