Skip to content

Commit 696dd29

Browse files
committed
Update release-ci-docker.yml
1 parent b7bfd00 commit 696dd29

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/workflows/release-ci-docker.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

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+
1222
- name: Set up QEMU
1323
uses: docker/setup-qemu-action@v3
1424

@@ -18,7 +28,7 @@ jobs:
1828
- name: Login to Docker Hub
1929
uses: docker/login-action@v3
2030
with:
21-
username: flashinfer
31+
username: yongwww
2232
password: ${{ secrets.DOCKERHUB_TOKEN }}
2333

2434
- name: Build and push multi-arch image
@@ -29,7 +39,7 @@ jobs:
2939
platforms: linux/amd64,linux/arm64
3040
push: true
3141
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

0 commit comments

Comments
 (0)