mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 15:25:01 -04:00
feat: add slim image with no database backends (#7277)
This commit is contained in:
parent
ea341774e5
commit
f1ddf6e26a
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Docker-Builder
|
||||
|
||||
on:
|
||||
@ -21,6 +22,7 @@ jobs:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
#max-parallel: 3
|
||||
matrix:
|
||||
variant:
|
||||
- name: complete
|
||||
@ -43,10 +45,15 @@ jobs:
|
||||
include_postgresql: false
|
||||
include_mysql: true
|
||||
tag_suffix: "-mysql"
|
||||
- name: slim
|
||||
include_mongodb: false
|
||||
include_postgresql: false
|
||||
include_mysql: false
|
||||
tag_suffix: "-slim"
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user