chore: run docker build on github workers

This commit is contained in:
Kieran 2023-03-30 14:28:11 +01:00
parent f5e6ef679b
commit 238009f48e
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -4,7 +4,7 @@ on:
branches: [main]
jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true