From e44b8027bd0f59c0f90eb5f86bfa181aebad0d74 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Mon, 8 May 2023 14:51:27 -0700 Subject: [PATCH] update GH workflow for external plugin service (#1624) Signed-off-by: Kevin Su --- .github/workflows/pythonpublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 63e888e6a1..1e55d43079 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -180,7 +180,7 @@ jobs: tags: ${{ steps.external-plugin-service-names.outputs.tags }} build-args: | VERSION=${{ needs.deploy.outputs.version }} - file: ./Dockerfile + file: ./Dockerfile.external-plugin-service cache-from: type=gha cache-to: type=gha,mode=max