Skip to content

Commit 8ad5a28

Browse files
authored
Merge pull request #145 from bane-labs/alltools-image
.github: push Alltools Docker image to the same repo with Geth
2 parents ebab478 + cc663e1 commit 8ad5a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
if: ${{ (github.event_name == 'release' && github.event.release.target_commitish == 'bane-main') || (github.event_name == 'workflow_dispatch' && github.event.inputs.use_latest_tag == 'true') }}
130130
run: |
131131
echo "latest=,developerneox/neox_nodes:latest" >> $GITHUB_OUTPUT
132-
echo "alltoolslatest=,developerneox/neox_nodes_alltools:latest" >> $GITHUB_OUTPUT
132+
echo "alltoolslatest=,developerneox/neox_nodes:alltools-latest" >> $GITHUB_OUTPUT
133133
134134
- name: Build and push Geth
135135
uses: docker/build-push-action@v5
@@ -154,5 +154,5 @@ jobs:
154154
REPO=github.com/${{ github.repository }}
155155
VERSION=${{ steps.setvars.outputs.version }}
156156
COMMIT=${{ github.sha }}
157-
tags: developerneox/neox_nodes_alltools:${{ steps.setvars.outputs.version }}${{ steps.setlatest.outputs.alltoolslatest }}
157+
tags: developerneox/neox_nodes:alltools-${{ steps.setvars.outputs.version }}${{ steps.setlatest.outputs.alltoolslatest }}
158158
file: Dockerfile.alltools

0 commit comments

Comments
 (0)