From 3a09da6b5a70a61939a21f0acfbab2e449771c60 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 23 May 2022 12:51:06 -0700 Subject: [PATCH] ci: drop docker layer caching from release job This job is failing with "No space left on device" lately, and this helps to fix it. Besides, it seems that caching does not help to shorten execution times (validate/release job succeeds in under 8 minutes now; ymmv). Signed-off-by: Kir Kolyshkin --- .github/workflows/validate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 27481118f6a..fb7abde854a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -191,8 +191,6 @@ jobs: # under Docker will emerge, it will be good to have a separate make # runcimage job and share its result (the docker image) with whoever # needs it. - - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: true - name: build docker image run: make runcimage - name: make releaseall