Skip to content

Merge pull request #2 from EspressoSystems/better-healthcheck #7

Merge pull request #2 from EspressoSystems/better-healthcheck

Merge pull request #2 from EspressoSystems/better-healthcheck #7

Workflow file for this run

name: Docker Images
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
docker-l1:
uses: ./.github/workflows/docker.yml
with:
images: ghcr.io/espressosystems/geth-l1
context: ./
dockerfile: ./Dockerfile.l1
secrets: inherit
jobs:

Check failure on line 19 in .github/workflows/docker-images.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-images.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
docker-staging-l1:
uses: ./.github/workflows/docker.yml
with:
images: ghcr.io/espressosystems/geth-l1-staging
context: ./
dockerfile: ./staging.Dockerfile.l1
secrets: inherit