chore(ci): visualize disk sizes for docker build

This commit is contained in:
Matthias
2025-12-18 07:06:34 +01:00
parent 6c8b8f642a
commit 21d723b35d

View File

@@ -37,6 +37,9 @@ jobs:
with:
persist-credentials: false
- name: Visualize disk usage before build
run: df -h
- name: Set docker tag names
id: tags
uses: ./.github/actions/docker-tags
@@ -142,6 +145,9 @@ jobs:
run: |
docker images
- name: Visualize disk usage after build
run: df -h
deploy-arm:
name: "Deploy Docker ARM64"
permissions: