File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v2
1414 - name : Run docker build
15+ run : docker build -t vulcanize/go-ethereum -f Dockerfile .
16+ - name : Get the version
17+ id : vars
1518 run : |
1619 echo ::set-output name=sha::$(echo ${GITHUB_SHA:0:7})
1720 echo ::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/})
18- - name : Get the version
19- id : vars
20- run : echo ::set-output name=sha::$(echo ${GITHUB_SHA:0:7})
2121 - name : Tag docker image
2222 run : docker tag cerc-io/go-ethereum git.vdb.to/cerc-io/go-ethereum/go-ethereum:${{steps.vars.outputs.sha}}
2323 - name : Tag docker image
3434 uses : enflo/curl-action@master
3535 with :
3636 curl : --user circcicd:${{ secrets.GITEA_TOKEN }} --upload-file geth-linux-amd64 https://gitvdb.to/api/packages/cerc-io/generic/go-ethereum/v1.10.23-statediff-alpha-unstable/geth-linux-amd64
37-
You can’t perform that action at this time.
0 commit comments