Skip to content

added support for spectral irridiance graph to be viewed live and log view #19

added support for spectral irridiance graph to be viewed live and log view

added support for spectral irridiance graph to be viewed live and log view #19

Workflow file for this run

name: docker-builds
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
concurrency:
group: docker-builds-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
docker-builds:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate compose file
run: docker compose config --quiet
- name: Build combined app image
run: docker build --tag glazing-control-app:${{ github.sha }} .
- name: Build compose services
run: docker compose build