Compare commits

...

2 Commits

Author SHA1 Message Date
e46cfeaa4b Merge pull request 'fixed path for implied backend, which sits on root actual' (#2) from hotfix-paths into main
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 3m10s
Reviewed-on: #2
2025-05-21 23:57:52 +00:00
35f478920b fixed path for implied backend, which sits on root actual 2025-05-22 01:56:37 +02:00

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