Skip to content

Commit

Permalink
🚀 ship pplan C
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed Oct 2, 2024
1 parent f8f3ba4 commit d8dc0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- release
- plan-c
paths-ignore:
- "**.md"
- "proto/**"
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
target: vllm-openai
target: vllm-grpc-adapter
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=${{ env.CACHE_IMAGE }}
cache-to: ${{ env.CACHE_TO }}
Expand Down

0 comments on commit d8dc0c3

Please sign in to comment.