Skip to content

Add new bundlers

Add new bundlers #1

name: eth-infinithsm/bundler

Check failure on line 1 in .github/workflows/eth-infinitism-bundler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/eth-infinitism-bundler.yml

Invalid workflow file

`dispatch_worflow` is not a valid event name
on: [dispatch_worflow]
jobs:
bundler:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: eth-infinitism/bundler
ref: v0.6.0
path: deps/eth-infinitism/bundler
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
path: deps/eth-infinitism/bundler
file: bundler/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-eth-infinitism-bundler:latest