mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-19 20:27:01 +00:00
Fix version injection for docker builds
- Add OLLAMA_VERSION build arg to Dockerfiles - Update Makefile to pass version via --build-arg - Add .env.example as local development reference - Update build.yml to use cicd-1 environment for vars.OLLAMA_VERSION Fixes #8 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -38,6 +38,9 @@ jobs:
|
||||
build:
|
||||
name: Build Verification
|
||||
runs-on: self-hosted
|
||||
environment: cicd-1
|
||||
env:
|
||||
OLLAMA_VERSION: ${{ vars.OLLAMA_VERSION || '0.0.0' }}
|
||||
outputs:
|
||||
result: ${{ steps.build-tests.outcome }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user