File tree Expand file tree Collapse file tree 3 files changed +26
-23
lines changed Expand file tree Collapse file tree 3 files changed +26
-23
lines changed Original file line number Diff line number Diff line change 11# Auto detect text files and perform LF normalization
22* text =auto
33* .sol linguist-language =Solidity
4+ # Keep our local workflow files when merging from upstream
5+ .github /workflows /* merge =ours
Original file line number Diff line number Diff line change 1+ name : op-geth
2+
3+ on :
4+ push :
5+
6+ jobs :
7+ build :
8+ uses : ethereum-optimism/factory/.github/workflows/docker-build.yaml@c8bcfc1a537d01a005a09276b1b673dca9132540
9+ with :
10+ image_name : ${{ github.workflow }}
11+ context : .
12+ dockerfile : Dockerfile
13+ platforms : linux/amd64,linux/arm64
14+ gcp_project_id : ${{ vars.GCP_PROJECT_ID_OPLABS_TOOLS_ARTIFACTS }}
15+ gcp_registry : us-docker.pkg.dev/oplabs-tools-artifacts/oss
16+ build_args : |
17+ VERSION=${{ github.ref_type == 'tag' && github.ref_name || '' }}
18+ COMMIT=${{ github.sha }}
19+ BUILDNUM=${{ github.run_number }}
20+ permissions :
21+ contents : read
22+ id-token : write
23+ attestations : write
24+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments