We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6de6c commit de516b2Copy full SHA for de516b2
.github/workflows/docker-image.yml
@@ -96,8 +96,7 @@ jobs:
96
97
- name: docker image
98
run: |
99
- docker images
100
- docker rmi ${{ matrix.image.tag }}-amd64
+ df -h
101
docker images
102
103
# - name: Build and push amr64
@@ -134,8 +133,7 @@ jobs:
134
133
135
136
137
138
- docker rmi ${{ matrix.image.tag }}-arm64
139
140
141
0 commit comments