small fixes

This commit is contained in:
Fangjun Kuang 2023-10-22 21:40:37 +08:00
parent 7d16d403d0
commit c4c0594cee

View File

@ -30,6 +30,13 @@ jobs:
image=${{ matrix.image }}
mv -v ./docker/$image.dockerfile ./Dockerfile
- name: Free space
shell: bash
run: |
df -h
rm -rf /opt/hostedtoolcache
df -h
- name: Log in to Docker Hub
uses: docker/login-action@v2
with: