Skip to content

Commit 21d723b

Browse files
committed
chore(ci): visualize disk sizes for docker build
1 parent 6c8b8f6 commit 21d723b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
persist-credentials: false
3939

40+
- name: Visualize disk usage before build
41+
run: df -h
42+
4043
- name: Set docker tag names
4144
id: tags
4245
uses: ./.github/actions/docker-tags
@@ -142,6 +145,9 @@ jobs:
142145
run: |
143146
docker images
144147
148+
- name: Visualize disk usage after build
149+
run: df -h
150+
145151
deploy-arm:
146152
name: "Deploy Docker ARM64"
147153
permissions:

0 commit comments

Comments
 (0)