Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/brave-bugs-tease.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions actions/ctf-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want debug information, you’ll have to pass debug: “true”, or re-run the job in debug mode.


- name: Build push docker image
id: build-image
uses: smartcontractkit/.github/actions/build-push-docker@build-push-docker/v1
Expand Down
Loading