Skip to content

Commit 77ae056

Browse files
committed
fix branch name goevm
1 parent 00c1154 commit 77ae056

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push-goevmlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
required: true
1111
ref:
1212
description: The branch, tag or SHA to checkout and build from
13-
default: main
13+
default: master
1414
type: string
1515
required: true
1616
docker_tag:

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
#################
693693
- source:
694694
repository: holiman/goevmlab
695-
ref: main
695+
ref: master
696696
target:
697-
tag: main
697+
tag: master
698698
repository: ethpandaops/goevmlab

0 commit comments

Comments
 (0)