Skip to content

Merge pull request #40 from auneemitchell/patch-1 #19

Merge pull request #40 from auneemitchell/patch-1

Merge pull request #40 from auneemitchell/patch-1 #19

name: Container Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Build container"
run: |
docker build .