mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +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 }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
provenance: false
|
provenance: false
|
||||||
|
# FIXME: Switch to Firehose Ethereum!
|
||||||
|
build-args: |
|
||||||
|
FIREHOSE_CORE=18bb86f
|
||||||
|
|
||||||
push:
|
push:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue