Skip to content

docker

docker #1

Workflow file for this run

name: docker
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
jobs:
generate-jobs:

Check failure on line 12 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / docker

Invalid workflow file

The workflow is not valid. .github/workflows/docker.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
needs: init-artifacts
runs-on: ubuntu-20.04
env:
TOKEN: ${{ secrets.DOCKERHUB }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'
- id: build
run: |
./.ci/build_docker.sh