Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate GitHub CI workflow for building and publishing Docker image …
…to GitHub Container Registry Add GitHub Actions workflow to build and publish Docker image to GitHub Container Registry. * **Makefile** - Remove the `publish` target. * **.github/workflows/docker-publish.yml** - Create a new workflow file to build and publish the Docker image. - Trigger the workflow on push to the `master` branch and on new tags. - Use the `secrets.GITHUB_TOKEN` for authentication to GitHub Container Registry. - Build Docker images for linux/amd64 and linux/arm64 architectures. - Tag the Docker image with both `latest` and the tag name. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Yurzs/ollama-x?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information