Skip to content

controller: add info about opened spaces to the rest api #14

controller: add info about opened spaces to the rest api

controller: add info about opened spaces to the rest api #14

Workflow file for this run

name: Docker Build
on:
push:
branches:
- main
- dev
- cicd
- dockerfiles-consolidation
jobs:
build_controller:
uses: ./.github/workflows/build-template.yml
with:
image-name: controller
tag: ${GITHUB_REF#refs/heads/}
secrets: inherit
build_vnc:
uses: ./.github/workflows/build-template.yml
with:
image-name: vnc
tag: ${GITHUB_REF#refs/heads/}
secrets: inherit
build_firefox:
uses: ./.github/workflows/build-template.yml
with:
image-name: firefox
tag: ${GITHUB_REF#refs/heads/}
secrets: inherit
build_base:
uses: ./.github/workflows/build-template.yml
with:
image-name: base
tag: ${GITHUB_REF#refs/heads/}
secrets: inherit
build_master:
needs:
- build_base
uses: ./.github/workflows/build-template.yml
with:
image-name: master
tag: ${GITHUB_REF#refs/heads/}
secrets: inherit