Skip to content

Nightly build

Nightly build #1361

Workflow file for this run

name: Nightly build
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
check-and-snapshot-data:
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
path: cardano-rosetta
- name: Free Diskspace
uses: ./cardano-rosetta/.github/actions/free_disk_space
- name: Build image without cache
run: docker build
--no-cache
-t cardano-rosetta:${{ github.sha }}-nightly
${{ github.workspace }}/cardano-rosetta