Skip to content

Readme updates

Readme updates #14

Workflow file for this run

name: Test Docker Image
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: docker build . --file Dockerfile --tag ghcr.io/dctaylor/mookiebott:latest