init action for dockerfile

This commit is contained in:
René Moser 2019-09-16 09:22:49 +02:00 committed by GitHub
parent 57d8fb0418
commit b945468ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/dockerimage.yml vendored Normal file
View File

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