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