fix(actions): update context path from './' to '.'
This commit is contained in:
parent
3895a2e5b7
commit
922872e3a9
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Build and push monaco-editor-lsp-next
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./
|
||||
context: .
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/monaco-editor-lsp-next:latest
|
||||
|
Loading…
Reference in New Issue
Block a user