mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00
.github/workflows/docker.yml: init
This commit is contained in:
parent
a268f444ed
commit
e71c1229c7
14
.github/workflows/docker.yml
vendored
Normal file
14
.github/workflows/docker.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user