fix(ci): lix:latest does not exist, use lix:2.90 #41
1 changed files with 3 additions and 3 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/lix-project/lix:latest
|
image: ghcr.io/lix-project/lix:2.90
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Enable flakes
|
- name: Enable flakes
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/lix-project/lix:latest
|
image: ghcr.io/lix-project/lix:2.90
|
||||||
needs: check
|
needs: check
|
||||||
if: ${{ github.event_name == 'schedule' }} # only run when scheduled
|
if: ${{ github.event_name == 'schedule' }} # only run when scheduled
|
||||||
steps:
|
steps:
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
build-documentation:
|
build-documentation:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/lix-project/lix:latest
|
image: ghcr.io/lix-project/lix:2.90
|
||||||
if: ${{ github.event_name != 'schedule' }} # only run when not scheduled
|
if: ${{ github.event_name != 'schedule' }} # only run when not scheduled
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue