Unlighthouse rework with docker 4
This commit is contained in:
parent
c754871a9b
commit
2f4591acfc
2 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ jobs:
|
||||||
- name: Build and push to Docker Package Registry
|
- name: Build and push to Docker Package Registry
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
file: Dockerfile.reports
|
file: Dockerfile.reports
|
||||||
push: true
|
push: true
|
||||||
tags: forgejo.neshweb.net/firq/firq-dev-website-unlighthouse:latest
|
tags: forgejo.neshweb.net/firq/firq-dev-website-unlighthouse:latest
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0-pre.55",
|
"version": "0.2.0-pre.56",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
Loading…
Reference in a new issue