Skip to content

Commit

Permalink
ci: drop docker layer caching from release job
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kolyshkin committed May 26, 2022
1 parent fa7cca9 commit 3a09da6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
continue-on-error: true
- name: build docker image
run: make runcimage
- name: make releaseall
Expand Down

0 comments on commit 3a09da6

Please sign in to comment.