diff --git a/.github/workflows/alchemyplatform-rundler.yml b/.github/workflows/alchemyplatform-rundler.yml new file mode 100644 index 0000000..003651a --- /dev/null +++ b/.github/workflows/alchemyplatform-rundler.yml @@ -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 diff --git a/.github/workflows/bundler.yml b/.github/workflows/eth-infinitism-bundler.yml similarity index 87% rename from .github/workflows/bundler.yml rename to .github/workflows/eth-infinitism-bundler.yml index a8aa590..abd5e92 100644 --- a/.github/workflows/bundler.yml +++ b/.github/workflows/eth-infinitism-bundler.yml @@ -1,4 +1,4 @@ -name: asdf +name: eth-infinithsm/bundler on: [dispatch_worflow] jobs: @@ -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 diff --git a/.github/workflows/pimlicolabs-alto.yml b/.github/workflows/pimlicolabs-alto.yml new file mode 100644 index 0000000..95e906b --- /dev/null +++ b/.github/workflows/pimlicolabs-alto.yml @@ -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