Skip to content

Commit e8cf18d

Browse files
authored
fix: add annotations to Docker image build step and remove unnecessary labels (#65)
1 parent 618c582 commit e8cf18d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build_and_push_docker_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
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

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ RUN pip install uv
88
ARG VERSION=0.1.0
99
ENV 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-
1611
COPY . ./
1712

1813
RUN uv sync

0 commit comments

Comments
 (0)