Updated serve + unlighthouse docker ref

This commit is contained in:
Firq 2023-12-29 13:27:44 +01:00
parent eaab523a2a
commit 5bfdb277fc
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
4 changed files with 4 additions and 7 deletions

View file

@ -2,9 +2,6 @@ on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+a[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+b[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+rc[0-9]+'
jobs:
checking:

View file

@ -7,7 +7,7 @@ on:
jobs:
unlighthouse:
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/unlighthouse-docker:latest
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:latest
steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3