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
commit 28bf9a7dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

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)