Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename dora-the-explorer to dora #100

Merged
merged 3 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-push-beacon-metrics-gazer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
repository:
description: The source dora-the-explorer repository to build from
description: The source beacon-metrics-gazer repository to build from
default: dapplion/beacon-metrics-gazer
type: string
required: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build dora-the-explorer image
name: Build dora image

on:
workflow_dispatch:
inputs:
repository:
description: The source dora-the-explorer repository to build from
default: pk910/light-beaconchain-explorer
description: The source dora repository to build from
default: pk910/dora
type: string
required: true
ref:
Expand All @@ -30,7 +30,7 @@ jobs:
id: setup
uses: ./.github/actions/prepare
with:
client: 'dora-the-explorer'
client: 'dora'
deploy:
needs:
- prepare
Expand All @@ -48,7 +48,7 @@ jobs:
source_repository: ${{ inputs.repository }}
source_ref: ${{ inputs.ref }}
target_tag: ${{ inputs.docker_tag || inputs.ref }}-${{ matrix.slug }}
target_repository: ethpandaops/dora-the-explorer
target_repository: ethpandaops/dora
platform: ${{ matrix.platform }}

DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
Expand All @@ -66,7 +66,7 @@ jobs:
source_repository: ${{ inputs.repository }}
source_ref: ${{ inputs.ref }}
target_tag: ${{ inputs.docker_tag || inputs.ref }}
target_repository: ethpandaops/dora-the-explorer
target_repository: ethpandaops/dora
platforms: ${{ needs.prepare.outputs.platforms }}

DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Run the *Build **tooling*** workflow;
- [Build tx-fuzz](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-tx-fuzz.yaml) [[source](https://github.com/MariusVanDerWijden/tx-fuzz)]
- [Build consesnus-monitor](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-consensus-monitor.yml) [[source]](https://github.com/ralexstokes/ethereum_consensus_monitor)
- [Build execution-monitor](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-execution-monitor.yml) [[source]](https://github.com/ethereum/nodemonitor)
- [Build dora-the-explorer](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-dora-the-explorer.yml) [[source]](https://github.com/pk910/light-beaconchain-explorer)
- [Build dora](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-dora.yml) [[source]](https://github.com/pk910/dora)
- [Build beacon-metrics-gazer](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-beacon-metrics-gazer.yml) [[source]](https://github.com/dapplion/beacon-metrics-gazer)


Expand Down
10 changes: 5 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@
target:
tag: master
repository: ethpandaops/tx-fuzz
#############
# dora-the-explorer #
#############
##########
# dora #
##########
- source:
repository: pk910/dora-the-explorer
repository: pk910/dora
ref: master
target:
tag: master
repository: ethpandaops/dora-the-explorer
repository: ethpandaops/dora
2 changes: 1 addition & 1 deletion platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ consensus-monitor:
execution-monitor:
- linux/amd64
- linux/arm64
dora-the-explorer:
dora:
- linux/amd64
- linux/arm64
beacon-metrics-gazer:
Expand Down