We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c1bdf commit 284ea4dCopy full SHA for 284ea4d
1 file changed
.github/workflows/publish-oci.yml
@@ -57,6 +57,13 @@ jobs:
57
tags: |
58
type=raw,value=${{ steps.version.outputs.version }}
59
type=raw,value=latest,enable={{is_default_branch}}
60
+ labels: |
61
+ org.opencontainers.image.title=vector-db-mcp
62
+ org.opencontainers.image.description=Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.
63
+ org.opencontainers.image.source=https://github.com/kroq86/Plojure
64
+ org.opencontainers.image.url=https://github.com/kroq86/Plojure/tree/hybrid/projects/vector-db
65
+ org.opencontainers.image.documentation=https://github.com/kroq86/Plojure/tree/hybrid/projects/vector-db
66
+ org.opencontainers.image.licenses=MIT
67
68
- name: Build and push image
69
uses: docker/build-push-action@v6
0 commit comments