Unlighthouse rework with docker 4

This commit is contained in:
Firq 2024-11-01 16:05:41 +01:00
parent c754871a9b
commit 2f4591acfc
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@ jobs:
- name: Build and push to Docker Package Registry
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.reports
push: true
tags: forgejo.neshweb.net/firq/firq-dev-website-unlighthouse:latest

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.55",
"version": "0.2.0-pre.56",
"private": true,
"scripts": {
"dev": "astro dev",