mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
Update build-dev.yml
This commit is contained in:
committed by
John Crispin
parent
f12bbe2cac
commit
c8c5f14071
4
.github/workflows/build-dev.yml
vendored
4
.github/workflows/build-dev.yml
vendored
@@ -28,8 +28,8 @@ jobs:
|
|||||||
|
|
||||||
# Clean unnecessary files to save disk space
|
# Clean unnecessary files to save disk space
|
||||||
- name: clean unncessary files to save space
|
- name: clean unncessary files to save space
|
||||||
run: |
|
run: |
|
||||||
echo `docker images -q`
|
docker rmi `docker images -q`
|
||||||
|
|
||||||
- name: Build image for ${{ matrix.target }}
|
- name: Build image for ${{ matrix.target }}
|
||||||
id: build
|
id: build
|
||||||
|
|||||||
Reference in New Issue
Block a user