mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(actions): correct Dockerfile path parameter to 'file' in GitHub Actions workflow
This commit is contained in:
parent
e903df067b
commit
3895a2e5b7
6
.github/workflows/docker-build-and-push.yml
vendored
6
.github/workflows/docker-build-and-push.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/monaco-editor-lsp-next:latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./docker/lsp/clangd
|
||||
dockerfile: Dockerfile
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/lsp-c:latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./docker/lsp/clangd
|
||||
dockerfile: Dockerfile
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/lsp-cpp:latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
Reference in New Issue
Block a user