Skip to content

Add new bundlers

Add new bundlers #1

name: alchemyplatform/rundler

Check failure on line 1 in .github/workflows/alchemyplatform-rundler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/alchemyplatform-rundler.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
with:
repository: alchemyplatform/rundler
path: deps/alchemyplatform/rundler
- 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/alchemyplatform/rundler
file: alchemyplatform/rundler/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-alchemyplatform-rundler:latest