Skip to content

Commit 39aab86

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -34,4 +34,3 @@ jobs:
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-

0 commit comments

Comments
 (0)