We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39aab86 commit dd2a406Copy full SHA for dd2a406
.github/workflows/publish.yaml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Run docker build
15
- run: docker build -t vulcanize/go-ethereum -f Dockerfile .
+ run: docker build -t cerc-io/go-ethereum -f Dockerfile .
16
- name: Get the version
17
id: vars
18
run: |
0 commit comments