fixed path for implied backend, which sits on root actual #2

Merged
darren merged 1 commits from hotfix-paths into main 2025-05-21 23:57:52 +00:00

@ -25,7 +25,7 @@ jobs:
- name: Build and Push Backend - name: Build and Push Backend
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: ./backend context: .
push: true push: true
tags: registry.liquidrinu.com/fusero-backend:latest tags: registry.liquidrinu.com/fusero-backend:latest
cache-from: type=registry,ref=registry.liquidrinu.com/fusero-backend:buildcache cache-from: type=registry,ref=registry.liquidrinu.com/fusero-backend:buildcache