From d0ce5fd1cd4bfec8874ad4e0af6a980c14f421fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Thu, 23 Apr 2026 21:04:10 +0800 Subject: [PATCH] Update build-base-image.yml --- .github/workflows/build-base-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index fc8a54484..582102a23 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -71,6 +71,7 @@ jobs: push: true file: Dockerfile-base tags: jumpserver/core-base:${{ env.IMAGE_TAG }} + context: . - name: Update Dockerfile run: | @@ -91,4 +92,4 @@ jobs: run: | curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ -d '{"state":"success", "description":"Action running, merge disabled", "context":"Lock PR"}' \ - "https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.sha }}" \ No newline at end of file + "https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.sha }}"