Skip to content

Commit b95d6b2

Browse files
authored
Update publish.yml
1 parent de99dac commit b95d6b2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ 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
68-
66+
6967
# Build and push proxy image
7068
- name: Build and push proxy_only Docker image
7169
uses: docker/build-push-action@v5
@@ -76,8 +74,6 @@ jobs:
7674
platforms: linux/amd64,linux/arm64
7775
tags: ${{ steps.meta-proxy.outputs.tags }}
7876
labels: ${{ steps.meta-proxy.outputs.labels }}
79-
annotations: |
80-
org.opencontainers.image.description=OptiLLM proxy-only image for API routing without model serving capabilities
8177
cache-from: type=gha,scope=proxy
8278
cache-to: type=gha,scope=proxy,mode=max
8379

@@ -100,8 +96,6 @@ jobs:
10096
type=semver,pattern={{version}}
10197
type=semver,pattern={{major}}.{{minor}}
10298
latest
103-
labels: |
104-
org.opencontainers.image.description=OptiLLM full image with model serving and API routing capabilities
10599
106100
- name: Build and push Docker image
107101
uses: docker/build-push-action@v5
@@ -111,7 +105,5 @@ jobs:
111105
platforms: linux/amd64,linux/arm64
112106
tags: ${{ steps.meta.outputs.tags }}
113107
labels: ${{ steps.meta.outputs.labels }}
114-
annotations: |
115-
org.opencontainers.image.description=OptiLLM full image with model serving amd API routing capabilities
116108
cache-from: type=gha
117109
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)