mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(docker): update matrix strategy for clearer context and file assignment
This commit is contained in:
parent
bb06fafe78
commit
7ade2f8e90
14
.github/workflows/docker-build-and-push.yml
vendored
14
.github/workflows/docker-build-and-push.yml
vendored
@ -10,9 +10,17 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image: [monaco-editor-lsp-next, lsp-c, lsp-cpp]
|
include:
|
||||||
context: [., ./docker/lsp/clangd, ./docker/lsp/clangd]
|
- image: monaco-editor-lsp-next
|
||||||
file: [Dockerfile, ./docker/lsp/clangd/Dockerfile, ./docker/lsp/clangd/Dockerfile]
|
context: .
|
||||||
|
file: Dockerfile
|
||||||
|
- image: lsp-c
|
||||||
|
context: ./docker/lsp/clangd
|
||||||
|
file: ./docker/lsp/clangd/Dockerfile
|
||||||
|
- image: lsp-cpp
|
||||||
|
context: ./docker/lsp/clangd
|
||||||
|
file: ./docker/lsp/clangd/Dockerfile
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user