Adding dockerimage.yml for GH Actions CI

This commit is contained in:
amdavidson 2019-09-24 11:17:16 -04:00 committed by GitHub
parent 5307af5a61
commit 49146b9103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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