add build_image workflow

This commit is contained in:
Jan Speller 2020-04-13 19:40:29 +02:00 committed by Jan Speller
parent 6d3fe8499a
commit 48648913f8

17
.github/workflows/build_image.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Build Docker Image
on:
push:
branches: [ master, feature/docker ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag boswatch:$(date +%s)