docker build step mangled

This commit is contained in:
Michael Shaw 2022-09-21 16:41:17 -04:00
parent 39aab86f12
commit dd2a406cbe

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run docker build - name: Run docker build
run: docker build -t vulcanize/go-ethereum -f Dockerfile . run: docker build -t cerc-io/go-ethereum -f Dockerfile .
- name: Get the version - name: Get the version
id: vars id: vars
run: | run: |