ci: use single quotes (#2067)
* ci: use single quotes * ci: add 22.04 image to renovate Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
parent
bd392c3665
commit
fe05987eea
|
|
@ -31,6 +31,7 @@
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"runner/actions-runner.ubuntu-20.04.dockerfile",
|
"runner/actions-runner.ubuntu-20.04.dockerfile",
|
||||||
|
"runner/actions-runner.ubuntu-22.04.dockerfile",
|
||||||
"runner/actions-runner-dind.ubuntu-20.04.dockerfile",
|
"runner/actions-runner-dind.ubuntu-20.04.dockerfile",
|
||||||
"runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile"
|
"runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
# at which point this step needs to be deleted
|
# at which point this step needs to be deleted
|
||||||
# https://github.com/actions-runner-controller/actions-runner-controller/issues/2056
|
# https://github.com/actions-runner-controller/actions-runner-controller/issues/2056
|
||||||
- name: Build and Push Latest Tags
|
- name: Build and Push Latest Tags
|
||||||
if: ${{ matrix.latest == "true" }}
|
if: ${{ matrix.latest == 'true' }}
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: ./runner
|
context: ./runner
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue