Skip to content

Commit

Permalink
Add new bundlers
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Nov 15, 2023
1 parent d86e0da commit df21bfa
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/alchemyplatform-rundler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: alchemyplatform/rundler
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: asdf
name: eth-infinithsm/bundler
on: [dispatch_worflow]

jobs:
Expand Down Expand Up @@ -27,4 +27,4 @@ jobs:
path: deps/eth-infinitism/bundler
file: bundler/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-bundler:latest
tags: 5afe/erc4337-bundlers-eth-infinitism-bundler:latest
29 changes: 29 additions & 0 deletions .github/workflows/pimlicolabs-alto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: pimlicolabs/alto
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: pimlicolabs/alto
path: deps/pimlicolabs/alto

- 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/pimlicolabs/alto
file: pimlicolabs/alto/Dockerfile
push: true
tags: 5afe/erc4337-bundlers-pimlicolabs-alto:latest

0 comments on commit df21bfa

Please sign in to comment.