Merge pull request #5 from resmo/ci

This commit is contained in:
René Moser
2019-09-16 17:35:14 +02:00
committed by GitHub

View File

@@ -4,12 +4,11 @@ on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: {owner}/{repo}@ref
- uses: actions/checkout@master
- name: Build the Docker image
run: docker build . --file Dockerfile --tag nip:$(date +%s)