Skip to content

Merge pull request #10 from EspressoSystems/old-builds #23

Merge pull request #10 from EspressoSystems/old-builds

Merge pull request #10 from EspressoSystems/old-builds #23

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