.github/workflows/docker.yml: init

This commit is contained in:
Vaibhav Sagar 2020-05-03 12:52:31 +08:00
parent a268f444ed
commit e71c1229c7

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

@ -0,0 +1,14 @@
name: "Docker"
on:
schedule:
- cron: '0 1 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@01aecccf739ca6ff86c0539fbc67a7a5007bbc81
- uses: elgohr/Publish-Docker-Github-Action@b2f63259b466ca5a4be395c392546de447450334
with:
name: gibiansky/ihaskell
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}