From e801a3b927c92d3f81969a6803da8016e39beced Mon Sep 17 00:00:00 2001 From: liquidrinu Date: Thu, 22 May 2025 13:24:31 +0200 Subject: [PATCH] fixed reference --- .gitea/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6f8e18e..d966540 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -35,6 +35,7 @@ jobs: uses: docker/build-push-action@v4 with: context: ./frontend + file: ./frontend/Dockerfile.dev push: true tags: registry.liquidrinu.com/fusero-frontend:latest cache-from: type=registry,ref=registry.liquidrinu.com/fusero-frontend:buildcache