docker workflow setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-12-31 06:53:11 +01:00
parent 9f82cd06d3
commit 09a8de736e

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

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