build: 分开镜像

This commit is contained in:
liqiang-fit2cloud 2024-03-15 18:36:51 +08:00
parent fd13eba083
commit df42bb8cd8

View File

@ -7,6 +7,20 @@ jobs:
build-and-push-python-pg-to-ghcr:
runs-on: ubuntu-latest
steps:
- name: Check Disk Space
run: df -h
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Check Disk Space
run: df -h
- name: Checkout
uses: actions/checkout@v4
with: