fix(actions): update context path from './' to '.'

This commit is contained in:
cfngc4594 2025-03-05 14:50:02 +08:00
parent 3895a2e5b7
commit 922872e3a9

View File

@ -26,7 +26,7 @@ jobs:
- name: Build and push monaco-editor-lsp-next - name: Build and push monaco-editor-lsp-next
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: ./ context: .
file: Dockerfile file: Dockerfile
push: true push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/monaco-editor-lsp-next:latest tags: ${{ vars.DOCKERHUB_USERNAME }}/monaco-editor-lsp-next:latest