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