Skip to content

Commit c920e9d

Browse files
fix yaml
1 parent 31dd179 commit c920e9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
branches: [ "main" ]
1010

11-
jobs:
11+
jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
@@ -48,7 +48,7 @@ on:
4848
echo '```' >> $GITHUB_STEP_SUMMARY
4949
pytest >> $GITHUB_STEP_SUMMARY
5050
echo '```' >> $GITHUB_STEP_SUMMARY
51-
ucall-docker-build:
51+
call-docker-build:
5252
needs: test
5353
uses: ethdevops/workflows/.github/workflows/basic-docker-build.yaml@main
5454
secrets:

0 commit comments

Comments
 (0)