File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 27
27
- name : Checkout the latest code
28
28
id : git_checkout
29
29
uses : actions/checkout@v3
30
+
31
+ # Could run a `docker system prune here to clean up a little extra space, ~4-5GB
32
+
30
33
- name : Build bitcoin integration testing image
31
34
id : build_docker_image
32
35
env :
@@ -35,24 +38,13 @@ jobs:
35
38
run : |
36
39
rm .dockerignore
37
40
docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.generic.bitcoin-tests -t stacks-blockchain:integrations .
38
- - name : Pre clean diskfree
39
- run : |
40
- df -h
41
41
42
42
- name : Free Disk Space (Ubuntu)
43
43
uses : jlumbroso/free-disk-space@main
44
44
with :
45
45
tool-cache : true
46
46
docker-images : false
47
47
48
- - name : Post clean diskfree
49
- run : |
50
- df -h
51
-
52
- - name : Docker image sizes
53
- run : |
54
- docker images
55
-
56
48
- name : Export docker image as tarball
57
49
id : export_docker_image
58
50
run : docker save -o integration-image.tar stacks-blockchain:integrations
You can’t perform that action at this time.
0 commit comments