[assets] fix docker images (#8203)

This commit is contained in:
hoshi-hiyouga
2025-05-28 22:26:05 +08:00
committed by GitHub
parent 519bab86e6
commit 83a9ff5853
13 changed files with 56 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
name: push_docker
name: docker
on:
workflow_dispatch:
@@ -32,7 +32,15 @@ jobs:
url: https://hub.docker.com/r/hiyouga/llamafactory
steps:
- name: Checkout repository
- name: Free up disk space
run: |
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache
df -h
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx