Skip to content

fix(module_manager): refactor to use empty settings when merge settin… #431

fix(module_manager): refactor to use empty settings when merge settin…

fix(module_manager): refactor to use empty settings when merge settin… #431

Workflow file for this run

name: Build
on: push
jobs:
build-edge:
uses: PlaceOS/.github/.github/workflows/build-dev-image.yml@main
with:
target_image: placeos/edge
secrets:
GHCR_PAT: ${{ secrets.GHCR_PAT }}
build-core:
uses: PlaceOS/.github/.github/workflows/build-dev-image.yml@main
with:
target_image: placeos/core
secrets:
GHCR_PAT: ${{ secrets.GHCR_PAT }}