File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v4
11
11
12
+ - name : Free Disk Space
13
+ run : |
14
+ sudo rm -rf /usr/share/dotnet
15
+ sudo rm -rf /usr/local/lib/android
16
+ sudo rm -rf /opt/ghc
17
+ sudo rm -rf /opt/hostedtoolcache/CodeQL
18
+ sudo docker system prune -af
19
+ sudo apt clean
20
+ df -h
21
+
12
22
- name : Set up QEMU
13
23
uses : docker/setup-qemu-action@v3
14
24
18
28
- name : Login to Docker Hub
19
29
uses : docker/login-action@v3
20
30
with :
21
- username : flashinfer
31
+ username : yongwww
22
32
password : ${{ secrets.DOCKERHUB_TOKEN }}
23
33
24
34
- name : Build and push multi-arch image
29
39
platforms : linux/amd64,linux/arm64
30
40
push : true
31
41
tags : |
32
- flashinfer/flashinfer-ci :latest
33
- flashinfer/flashinfer-ci :${{ github.sha }}
34
- cache-from : type=registry,ref=flashinfer/flashinfer-ci :buildcache
35
- cache-to : type=registry,ref=flashinfer/flashinfer-ci :buildcache,mode=max
42
+ yongwww/yongwww :latest
43
+ yongwww/yongwww :${{ github.sha }}
44
+ cache-from : type=registry,ref=yongwww/yongwww :buildcache
45
+ cache-to : type=registry,ref=yongwww/yongwww :buildcache,mode=max
You can’t perform that action at this time.
0 commit comments