mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Added FIREHOSE_CORE build arg
This commit is contained in:
parent
7c598b6ab9
commit
9ba90dc86b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/sf-release.yml
vendored
3
.github/workflows/sf-release.yml
vendored
|
|
@ -87,6 +87,9 @@ jobs:
|
|||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
provenance: false
|
||||
# FIXME: Switch to Firehose Ethereum!
|
||||
build-args: |
|
||||
FIREHOSE_CORE=18bb86f
|
||||
|
||||
push:
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue