Skip to content

Fix for forms

Fix for forms #61

Workflow file for this run

name: "ubuntu-build"
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: "Test build"
runs-on: ubuntu-latest
steps:
- name: "Build:checkout"
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: "build:dockerimage"
uses: docker/build-push-action@v2
with:
context: ./
file: ./DockerfileUbuntu