Skip to content

fix: some progress towards something working #282

fix: some progress towards something working

fix: some progress towards something working #282

Workflow file for this run

name: Docker Image build
on:
push:
branches:
- '**'
- '!deploy'
pull_request:
branches:
- '**'
- '!deploy'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build .