Skip to content

Merge pull request #9 from EspressoSystems/dependabot/github_actions/… #17

Merge pull request #9 from EspressoSystems/dependabot/github_actions/…

Merge pull request #9 from EspressoSystems/dependabot/github_actions/… #17

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
docker-staging-l1:
uses: ./.github/workflows/docker.yml
with:
images: ghcr.io/espressosystems/geth-l1-staging
context: ./
dockerfile: ./staging.Dockerfile.l1
secrets: inherit