Skip to content

Commit 1daf84e

Browse files
build: reuse v1.0.1 image.
1 parent 9024925 commit 1daf84e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build-and-push-vector-model.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@ jobs:
2121
build-and-push-vector-model-to-ghcr:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- name: Check Disk Space
25-
run: df -h
26-
- name: Free Disk Space (Ubuntu)
27-
uses: jlumbroso/free-disk-space@main
28-
with:
29-
tool-cache: true
30-
android: true
31-
dotnet: true
32-
haskell: true
33-
large-packages: true
34-
docker-images: true
35-
swap-storage: true
36-
- name: Check Disk Space
37-
run: df -h
3824
- name: Checkout
3925
uses: actions/checkout@v4
4026
with:

0 commit comments

Comments
 (0)