Move Docker creation to public runner

This commit is contained in:
Igor Pecovnik
2021-06-09 15:15:40 +02:00
parent 4d84bd204b
commit 5e1e8f101a

View File

@@ -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: