Update components and add searxng API endpoint #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Docker image builds and pushes are disabled. | |
| # All users should use local builds for both development and production. | |
| # This workflow is intentionally left empty. | |
| # name: Build & Push Docker Images | |
| # on: | |
| # push: | |
| # branches: | |
| # - main | |
| # release: | |
| # types: [published] | |
| # jobs: | |
| # (disabled) |