Skip to content

Commit

Permalink
Update docker-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbetz authored Apr 10, 2024
1 parent 18a801f commit e659dca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
build-args: VLLM_VERSION=${{ env.VLLM_VERSION }},LM_EVAL_VERSION=${{ env.LM_EVAL_VERSION }}
build-args: |
VLLM_VERSION=${{ env.VLLM_VERSION }}
LM_EVAL_VERSION=${{ env.LM_EVAL_VERSION }}
tags: logikon/cot-eval:latest,logikon/cot-eval:vllm-${{ env.VLLM_VERSION }}_harness-${{ env.LM_EVAL_VERSION }}

0 comments on commit e659dca

Please sign in to comment.