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 740d7d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 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
file: alchemyplatform/rundler/Dockerfile
context: deps/alchemyplatform/rundler
file: deps/alchemyplatform/rundler/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-alchemyplatform-rundler:latest
tags: ghcr.io/5afe/erc4337-bundlers-alchemyplatform-rundler:latest
8 changes: 4 additions & 4 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
tags: ghcr.io/5afe/erc4337-bundlers-eth-infinitism-bundler:latest
10 changes: 5 additions & 5 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
file: pimlicolabs/alto/Dockerfile
context: deps/pimlicolabs/alto
file: deps/pimlicolabs/alto/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-pimlicolabs-alto:latest
tags: ghcr.io/5afe/erc4337-bundlers-pimlicolabs-alto:latest

0 comments on commit 740d7d7

Please sign in to comment.