ci: deploy to container workflow - clean unused docker images
This commit is contained in:
parent
1d6f2002ad
commit
a358119599
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -435,3 +435,9 @@ jobs:
|
|||
npm ci
|
||||
cd ../..
|
||||
node ./dev/deploy-to-container/cli.js --branch ${{ github.ref_name }} --domain neverusethis.com
|
||||
|
||||
- name: Cleanup old docker resources
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
run: |
|
||||
docker image prune -a
|
||||
|
|
Loading…
Reference in a new issue