You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL_DESCRIPTION: "[docker image built on a last commit id from the main branch] Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier. Archive Node by default."
15
12
@@ -22,6 +19,12 @@ on:
22
19
#- 'v*.*.*'
23
20
#- 'v*.*.*-*'
24
21
workflow_dispatch:
22
+
inputs:
23
+
checkout_ref:
24
+
required: true
25
+
type: string
26
+
default: 'main'
27
+
description: 'The branch to checkout and build artifacts from. By default "main".'
0 commit comments