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 d947579 commit 049dee3Copy full SHA for 049dee3
.github/workflows/ci.yaml
@@ -89,6 +89,8 @@ jobs:
89
needs: release
90
runs-on: ubuntu-arm64-latest
91
steps:
92
+ - name: Prune docker images
93
+ run: docker system prune -af
94
- uses: actions/checkout@v1
95
- name: Download npm package
96
uses: actions/download-artifact@v2
@@ -105,9 +107,7 @@ jobs:
105
107
name: release-packages
106
108
path: ./release-packages
109
- name: Remove docker images
- run: |
- docker rm $(docker ps -aq)
110
- docker rmi $(docker images -q)
111
112
macos-amd64:
113
0 commit comments