diff --git a/.changeset/brave-bugs-tease.md b/.changeset/brave-bugs-tease.md new file mode 100644 index 000000000..92d1d9ecc --- /dev/null +++ b/.changeset/brave-bugs-tease.md @@ -0,0 +1,5 @@ +--- +"ctf-build-image": minor +--- + +#chore: Add freeing up space in the ctf-build-image action to avoid 'no space left on a device' errors diff --git a/actions/ctf-build-image/action.yml b/actions/ctf-build-image/action.yml index 46a58fc7c..3a3de6854 100644 --- a/actions/ctf-build-image/action.yml +++ b/actions/ctf-build-image/action.yml @@ -163,6 +163,9 @@ runs: cat go.mod echo "::endgroup::" + - name: Free up disk space (to avoid 'no space left on device' errors) + uses: smartcontractkit/.github/actions/free-disk-space@free-disk-space/v1 + - name: Build push docker image id: build-image uses: smartcontractkit/.github/actions/build-push-docker@build-push-docker/v1