Skip to content

chore: clean up dev artifacts #38

chore: clean up dev artifacts

chore: clean up dev artifacts #38

Workflow file for this run

name: Docker
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: |
docker build . -t myherodotus -f Dockerfile
working-directory: ./