Skip to content

Commit dd2a406

Browse files
docker build step mangled
1 parent 39aab86 commit dd2a406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Run docker build
15-
run: docker build -t vulcanize/go-ethereum -f Dockerfile .
15+
run: docker build -t cerc-io/go-ethereum -f Dockerfile .
1616
- name: Get the version
1717
id: vars
1818
run: |

0 commit comments

Comments
 (0)