Skip to content

XTDB nightly Docker #24

XTDB nightly Docker

XTDB nightly Docker #24

Workflow file for this run

name: XTDB nightly Docker
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * 1-5'
jobs:
docker:
if: github.repository == 'xtdb/xtdb'
uses: ./.github/workflows/docker.yml
secrets: inherit
permissions:
contents: read
packages: write