Skip to content

Commit e9eef74

Browse files
authored
feat: add descriptive labels to Docker image for enhanced clarity (#67)
1 parent 0100f71 commit e9eef74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_push_docker_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }}
7070
type=raw,value=${{ github.event.release.tag_name || inputs.tag_name }}
7171
type=sha,format=long
72+
labels: |
73+
org.opencontainers.image.description=Extend the Ollama API with dynamic AI tool integration from multiple MCP (Model Context Protocol) servers. Fully compatible, transparent, and developer-friendly, ideal for building powerful local LLM applications, AI agents, and custom chatbots
7274
7375
- name: 'Build and push'
7476
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)