Skip to content

Merge commit '56e6e28b8671b9faa2dfd27a117851f3e5d93063' into issue/da… #104

Merge commit '56e6e28b8671b9faa2dfd27a117851f3e5d93063' into issue/da…

Merge commit '56e6e28b8671b9faa2dfd27a117851f3e5d93063' into issue/da… #104

Workflow file for this run

name: Build docker
on: push
jobs:
push_to_registry:
name: Build docker file for testing
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Build Docker image
run: docker build .