Skip to content

Enable dependabot

Enable dependabot #10

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