Move Docker creation to public runner
This commit is contained in:
parent
4d84bd204b
commit
5e1e8f101a
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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user