Skip to content

Bump System.Text.Encodings.Web from 4.3.1 to 4.5.1 in /Simulator #25

Bump System.Text.Encodings.Web from 4.3.1 to 4.5.1 in /Simulator

Bump System.Text.Encodings.Web from 4.3.1 to 4.5.1 in /Simulator #25

Workflow file for this run

# This workflow will build the containers for the frontend and backend
name: Docker Container Build
on:
push:
branches: [ "master"]
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)