File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments