Files
docker-picard/.github/workflows/docker.yml
Mike 7bac08a89b Add github actions + Linting (#27)
* Add github actions
* Linting
2020-10-22 20:44:21 +08:00

21 lines
308 B
YAML

name: Docker
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build --no-cache . --file Dockerfile --tag mikenye/picard:testing