Skip to content

Updated MPS to switch between mqtt and opcua, and added a mqtt test a… #18

Updated MPS to switch between mqtt and opcua, and added a mqtt test a…

Updated MPS to switch between mqtt and opcua, and added a mqtt test a… #18

Workflow file for this run

# This workflow will build the containers for the frontend and backend
name: Docker Container Build
on:
push:
branches: [ "master", "mqtt-test" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Simulator image
run: docker build Simulator/. --tag simulator_frontend:$(date +%s)
- name: Build the Frontend image
run: docker build frontend/. --tag simulator_backend:$(date +%s)