Skip to content

Bump semver from 5.7.1 to 5.7.2 in /infrastructure #120

Bump semver from 5.7.1 to 5.7.2 in /infrastructure

Bump semver from 5.7.1 to 5.7.2 in /infrastructure #120

Workflow file for this run

name: Docker Image
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build ./ui --file ./ui/Dockerfile --tag dssa-ui:$(date +%Y%m%d)