Skip to content

Build on push to see that it works #1

Build on push to see that it works

Build on push to see that it works #1

Workflow file for this run

on: push
name: Build image
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
docker build .