refactor: remove legacy controller Docker build (#1360) [skip ci]

* refactor: remove legacy build and use buildkit

* refactor: add runner version to root makefie

* refactor: enable buildkit for runner make build

* refactor: ignore runner makefile in ci

Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
Callum Tait
2022-04-27 08:21:02 +01:00
committed by GitHub
parent 9fdb2c009d
commit 059481b610
4 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,8 @@
},
{
"fileMatch": [
"runner/Makefile"
"runner/Makefile",
"Makefile"
],
"matchStrings": ["RUNNER_VERSION \\?= +(?<currentValue>.*?)\\n"],
"depNameTemplate": "actions/runner",

View File

@@ -11,6 +11,7 @@ on:
- 'master'
paths:
- 'runner/**'
- '!runner/Makefile'
- .github/workflows/runners.yml
- '!**.md'