mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
Update build-dev.yml
This commit is contained in:
committed by
John Crispin
parent
2ed8df9b10
commit
f12bbe2cac
5
.github/workflows/build-dev.yml
vendored
5
.github/workflows/build-dev.yml
vendored
@@ -26,6 +26,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
# Clean unnecessary files to save disk space
|
||||||
|
- name: clean unncessary files to save space
|
||||||
|
run: |
|
||||||
|
echo `docker images -q`
|
||||||
|
|
||||||
- name: Build image for ${{ matrix.target }}
|
- name: Build image for ${{ matrix.target }}
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user