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