File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 7878 push : true
7979 tags : ${{ steps.meta.outputs.tags }}
8080 labels : ${{ steps.meta.outputs.labels }}
81+ annotations : ${{ steps.meta.outputs.annotations }}
8182 build-args : |
8283 VERSION=${{ github.event.release.tag_name || inputs.tag_name }}
8384
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ RUN pip install uv
88ARG VERSION=0.1.0
99ENV SETUPTOOLS_SCM_PRETEND_VERSION=${VERSION}
1010
11- LABEL org.opencontainers.image.source="https://github.com/jonigl/ollama-mcp-bridge"
12- LABEL org.opencontainers.image.description="Bridge API service connecting Ollama with Model Context Protocol (MCP) servers"
13- LABEL org.opencontainers.image.licenses="MIT"
14- LABEL org.opencontainers.image.version="${VERSION}"
15-
1611COPY . ./
1712
1813RUN uv sync
You can’t perform that action at this time.
0 commit comments