diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 34e32e6..6f8e18e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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