Skip to content

Commit 3f46af2

Browse files
authored
Update publish.yml
1 parent 6791a72 commit 3f46af2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
type=semver,pattern={{version}}
6464
type=semver,pattern={{major}}.{{minor}}
6565
type=raw,value=latest
66+
labels: |
67+
org.opencontainers.image.description=OptiLLM proxy-only image for API routing without model serving capabilities
6668
6769
# Build and push proxy image
6870
- name: Build and push proxy_only Docker image
@@ -74,6 +76,8 @@ jobs:
7476
platforms: linux/amd64,linux/arm64
7577
tags: ${{ steps.meta-proxy.outputs.tags }}
7678
labels: ${{ steps.meta-proxy.outputs.labels }}
79+
annotations: |
80+
org.opencontainers.image.description=OptiLLM proxy-only image for API routing without model serving capabilities
7781
cache-from: type=gha,scope=proxy
7882
cache-to: type=gha,scope=proxy,mode=max
7983

@@ -96,7 +100,9 @@ jobs:
96100
type=semver,pattern={{version}}
97101
type=semver,pattern={{major}}.{{minor}}
98102
latest
99-
103+
labels: |
104+
org.opencontainers.image.description=OptiLLM full image with model serving and API routing capabilities
105+
100106
- name: Build and push Docker image
101107
uses: docker/build-push-action@v5
102108
with:
@@ -105,5 +111,7 @@ jobs:
105111
platforms: linux/amd64,linux/arm64
106112
tags: ${{ steps.meta.outputs.tags }}
107113
labels: ${{ steps.meta.outputs.labels }}
114+
annotations: |
115+
org.opencontainers.image.description=OptiLLM full image with model serving amd API routing capabilities
108116
cache-from: type=gha
109117
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)