mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Move Docker creation to public runner
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -104,7 +104,8 @@ jobs:
|
||||
docker:
|
||||
|
||||
name: Docker image on x86
|
||||
runs-on: [self-hosted, Linux, x64]
|
||||
#runs-on: [self-hosted, Linux, x64]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user