From 0d0890cb92bd9ea231976a4e378d974745080a2f Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Sun, 7 May 2023 16:40:13 +0800 Subject: [PATCH] Update and rename docker-image.yml to build-without-local-llms.yml --- .../{docker-image.yml => build-without-local-llms.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{docker-image.yml => build-without-local-llms.yml} (96%) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/build-without-local-llms.yml similarity index 96% rename from .github/workflows/docker-image.yml rename to .github/workflows/build-without-local-llms.yml index d669e6f..b0aed7f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/build-without-local-llms.yml @@ -39,6 +39,6 @@ jobs: with: context: . push: true - file: docs/Dockerfile+NoLocal + file: docs/GithubAction+NoLocal tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}