Skip to content

patch: Fix new group and user management scripts authentication #27

patch: Fix new group and user management scripts authentication

patch: Fix new group and user management scripts authentication #27

name: Build All Images via Docker Compose
on:
push:
paths:
- '.github/workflows/build-all-images.yml'
- 'stack/**/*.Dockerfile'
- 'stack/**/*.dockerignore'
- 'docker-compose-dev.yml'
branches: [ "development" ]
pull_request:
branches: [ "development" ]
paths:
- '.github/workflows/build-all-images.yml'
- 'stack/**/*.Dockerfile'
- 'stack/**/*.dockerignore'
- 'docker-compose-dev.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout submodules
run: |
git submodule update --init stack/dataserver/dataserver
git submodule update --init stack/stream-server/stream-server
git submodule update --init stack/tinymce-clean-server/tinymce-clean-server
- name: Bootstrap config
run: cp .env_example .env
- name: Build the stack
run: BUILDKIT_PROGRESS=plain docker compose -f docker-compose-dev.yml build