Skip to content

Merge pull request #13 from EspressoSystems/finalized-blocks #27

Merge pull request #13 from EspressoSystems/finalized-blocks

Merge pull request #13 from EspressoSystems/finalized-blocks #27

Workflow file for this run

name: Docker Images
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker-l1:
uses: ./.github/workflows/docker.yml
with:
images: ghcr.io/espressosystems/geth-l1
context: ./
dockerfile: ./Dockerfile.l1
secrets: inherit
docker-staging-l1:
uses: ./.github/workflows/docker.yml
with:
images: ghcr.io/espressosystems/geth-l1-staging
context: ./
dockerfile: ./staging.Dockerfile.l1
secrets: inherit