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
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
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