mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user