File tree Expand file tree Collapse file tree 4 files changed +0
-48
lines changed Expand file tree Collapse file tree 4 files changed +0
-48
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v4
3030
31- - name : Free Disk Space (Ubuntu)
32- uses : jlumbroso/free-disk-space@main
33- with :
34- tool-cache : false
35- android : true
36- dotnet : true
37- haskell : true
38- large-packages : true
39- docker-images : true
40- swap-storage : true
41- continue-on-error : true
42-
4331 - name : ' Build the `cnf-test-partner` image'
4432 run : docker build -t $IMAGE_NAME:$IMAGE_TAG -t $IMAGE_NAME:$SPECIFIC_IMAGE_TAG . --no-cache -f $IMAGE_CONTAINER_FILE_PATH
4533 working-directory : .
Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v4
3131
32- - name : Free Disk Space (Ubuntu)
33- uses : jlumbroso/free-disk-space@main
34- with :
35- tool-cache : false
36- android : true
37- dotnet : true
38- haskell : true
39- large-packages : true
40- docker-images : true
41- swap-storage : true
42- continue-on-error : true
43-
4432 - name : ' Build the `debug-partner` image'
4533 run : docker build --no-cache -f Dockerfile.debug-partner -t $IMAGE_NAME:$IMAGE_TAG .
4634
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v4
3030
31- - name : Free Disk Space (Ubuntu)
32- uses : jlumbroso/free-disk-space@main
33- with :
34- tool-cache : false
35- android : true
36- dotnet : true
37- haskell : true
38- large-packages : true
39- docker-images : true
40- swap-storage : true
41- continue-on-error : true
42-
4331 - name : Start the k8s cluster
4432 uses : ./.github/actions/start-k8s-cluster
4533
Original file line number Diff line number Diff line change 6565 PFLT_DOCKERCONFIG : ' /home/runner/.docker/config'
6666
6767 steps :
68- - name : Free Disk Space (Ubuntu)
69- uses : jlumbroso/free-disk-space@main
70- with :
71- tool-cache : false
72- android : true
73- dotnet : true
74- haskell : true
75- large-packages : true
76- docker-images : true
77- swap-storage : true
78- continue-on-error : true
79-
8068 - name : Set up Go 1.21
8169 uses : actions/setup-go@v5
8270 with :
You can’t perform that action at this time.
0 commit comments