We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c274c commit d9636fdCopy full SHA for d9636fd
.changeset/brave-bugs-tease.md
@@ -0,0 +1,5 @@
1
+---
2
+"ctf-build-image": minor
3
4
+
5
+#chore: Add freeing up space in the ctf-build-image action to avoid 'no space left on a device' errors
actions/ctf-build-image/action.yml
@@ -163,6 +163,12 @@ runs:
163
cat go.mod
164
echo "::endgroup::"
165
166
+ # To avoid 'no space left on device' errors.
167
+ - name: Free up disk space (to avoid 'no space left on device' errors)
168
+ uses: smartcontractkit/.github/actions/free-disk-space@free-disk-space/v1
169
+ with:
170
+ debug: true
171
172
- name: Build push docker image
173
id: build-image
174
uses: smartcontractkit/.github/actions/build-push-docker@build-push-docker/v1
0 commit comments