moth/.github/workflows/docker_build_mothd.yml

13 lines
234 B
YAML
Raw Normal View History

name: Mothd Docker build
on: [push]
jobs:
build-mothd:
name: Build mothd
runs-on: ubuntu-latest
steps:
- name: Retrieve code
uses: actions/checkout@v1
- name: Build mothd
2020-09-11 21:24:24 -06:00
run: docker build .