Skip to content

Commit

Permalink
Fix Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Nov 15, 2023
1 parent df21bfa commit bc2c592
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alchemyplatform-rundler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: alchemyplatform/rundler
on: [dispatch_worflow]
on: workflow_dispatch

jobs:
bundler:
Expand All @@ -19,10 +19,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
path: deps/alchemyplatform/rundler
context: deps/alchemyplatform/rundler
file: alchemyplatform/rundler/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-alchemyplatform-rundler:latest
6 changes: 3 additions & 3 deletions .github/workflows/eth-infinitism-bundler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: eth-infinithsm/bundler
on: [dispatch_worflow]
on: workflow_dispatch

jobs:
bundler:
Expand All @@ -21,10 +21,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
path: deps/eth-infinitism/bundler
context: deps/eth-infinitism/bundler
file: bundler/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-eth-infinitism-bundler:latest
6 changes: 3 additions & 3 deletions .github/workflows/pimlicolabs-alto.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pimlicolabs/alto
on: [dispatch_worflow]
on: workflow_dispatch

jobs:
bundler:
Expand All @@ -20,10 +20,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
path: deps/pimlicolabs/alto
context: deps/pimlicolabs/alto
file: pimlicolabs/alto/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-pimlicolabs-alto:latest

0 comments on commit bc2c592

Please sign in to comment.