Skip to content

Commit

Permalink
ci: use single quotes (actions#2067)
Browse files Browse the repository at this point in the history
* ci: use single quotes

* ci: add 22.04 image to renovate

Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
  • Loading branch information
toast-gear and toast-gear committed Dec 2, 2022
1 parent bd392c3 commit fe05987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{
"fileMatch": [
"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-rootless.ubuntu-20.04.dockerfile"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# at which point this step needs to be deleted
# https://github.com/actions-runner-controller/actions-runner-controller/issues/2056
- name: Build and Push Latest Tags
if: ${{ matrix.latest == "true" }}
if: ${{ matrix.latest == 'true' }}
uses: docker/build-push-action@v3
with:
context: ./runner
Expand Down

0 comments on commit fe05987

Please sign in to comment.