11 lines
198 B
YAML
11 lines
198 B
YAML
name: Build with Docker
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
|
|
Maintain:
|
|
if: github.repository_owner == 'Armbian'
|
|
uses: armbian/scripts/.github/workflows/build-test-image-docker.yml@master
|