fix(ci): lix:latest does not exist, use lix:2.90
All checks were successful
/ check (push) Successful in 22s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 11s
/ update-lockfile (push) Has been skipped

This commit is contained in:
Jalil David Salamé Messina 2024-07-29 09:56:20 +02:00
parent 6174984859
commit 62b0c0f97b
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -14,7 +14,7 @@ jobs:
check:
runs-on: ubuntu-latest
container:
image: ghcr.io/lix-project/lix:latest
image: ghcr.io/lix-project/lix:2.90
steps:
- uses: actions/checkout@v4
- name: Enable flakes
@ -27,7 +27,7 @@ jobs:
lockfile:
runs-on: ubuntu-latest
container:
image: ghcr.io/lix-project/lix:latest
image: ghcr.io/lix-project/lix:2.90
needs: check
if: ${{ github.event_name == 'schedule' }} # only run when scheduled
steps:
@ -40,7 +40,7 @@ jobs:
build-documentation:
runs-on: ubuntu-latest
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
steps:
- uses: actions/checkout@v4