.github: Update LTS mantle reference

The new LTS release will use the mantle container image.
Add automation to keep it up to date.
This commit is contained in:
Kai Lueke 2022-05-04 14:33:31 +09:00
parent 30b7eae418
commit bc0e2b521a

View File

@ -11,7 +11,7 @@ jobs:
get-mantle-release: get-mantle-release:
strategy: strategy:
matrix: matrix:
branch: [main,alpha,beta,stable] branch: [main,alpha,beta,stable,lts]
fail-fast: false fail-fast: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: