owncast/.github/workflows/docker-nightly.yaml

17 lines
404 B
YAML
Raw Normal View History

2021-03-30 05:07:29 +03:00
name: Build nightly docker
on:
schedule:
2021-03-31 03:37:58 +03:00
- cron: "0 2 * * *"
2021-03-30 05:07:29 +03:00
jobs:
Docker:
runs-on: ubuntu-latest
steps:
- name: Log into GitHub Container Registry
run: echo "${{ secrets.GH_CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
- uses: actions/checkout@v2
- name: Setup and run
run: cd build/release && ./docker-nightly.sh