Enable Github Actions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-09-09 21:43:28 +02:00 committed by GitHub
parent afada5908d
commit f1b35e7c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
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 yagcdn:$(date +%s)