Skip to content

Commit

Permalink
Merge pull request #3 from EspressoSystems/github-workflow
Browse files Browse the repository at this point in the history
Fix YAML error in github workflow
  • Loading branch information
Ancient123 authored Oct 18, 2023
2 parents 328c94b + eae970b commit f50499f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
dockerfile: ./Dockerfile.l1
secrets: inherit

jobs:
docker-staging-l1:
uses: ./.github/workflows/docker.yml
with:
images: ghcr.io/espressosystems/geth-l1-staging
images: ghcr.io/espressosystems/geth-l1-staging
context: ./
dockerfile: ./staging.Dockerfile.l1
secrets: inherit

0 comments on commit f50499f

Please sign in to comment.