From 81be602f880cf66ff64527546fa79887d2d78c8f Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 17 Jan 2025 23:56:31 -0800 Subject: [PATCH] actual prod workflow --- .github/workflows/publish-to-docker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-docker.yml b/.github/workflows/publish-to-docker.yml index d74ff4ab0..1010041b7 100644 --- a/.github/workflows/publish-to-docker.yml +++ b/.github/workflows/publish-to-docker.yml @@ -1,7 +1,6 @@ name: Docker Build and Publish on: - push: workflow_dispatch: inputs: version: @@ -77,8 +76,7 @@ jobs: - name: Build docker image run: | - # TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu") - TEMPLATES=("fireworks") + TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu") for template in "${TEMPLATES[@]}"; do if [ "$PYPI_SOURCE" = "testpypi" ]; then TEST_PYPI_VERSION=${{ steps.version.outputs.version }} llama stack build --template $template --image-type container