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
might help.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed May 23, 2022
1 parent 1839c39 commit 7899fcb
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 7899fcb

Please sign in to comment.