Skip to content

Commit

Permalink
Fix YAML error in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancient123 committed Oct 18, 2023
1 parent e05bb67 commit eae970b
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 eae970b

Please sign in to comment.