Skip to content

update op-node/batcher/proposer to 1.4.1 #31

update op-node/batcher/proposer to 1.4.1

update op-node/batcher/proposer to 1.4.1 #31

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build the Docker image
uses: docker/build-push-action@v4
with:
context: .
push: false