File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build goomy-blob docker image
33on :
44 workflow_dispatch :
55 inputs :
6- repository :
6+ repository :
77 description : The source goomy-blob repository to build from
88 default : ethpandaops/goomy-blob
99 type : string
5252 with :
5353 repository : ${{ inputs.repository }}
5454 - uses : ./.github/actions/deploy
55+ id : deploy
5556 with :
5657 source_repository : ${{ inputs.repository }}
5758 source_ref : ${{ inputs.ref }}
6364 DOCKER_PASSWORD : " ${{ secrets.DOCKER_PASSWORD }}"
6465 MACOS_PASSWORD : " ${{ secrets.MACOS_PASSWORD }}"
6566 GOPROXY : " ${{ vars.GOPROXY }}"
66-
67+
6768 # This step captures the git commit hash from the deploy action for job output
6869 - name : Set job output
6970 id : set_output
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build mev-boost-relay docker image
33on :
44 workflow_dispatch :
55 inputs :
6- repository :
6+ repository :
77 description : The source mev-boost-relay repository to build from
88 default : flashbots/mev-boost-relay
99 type : string
5252 with :
5353 repository : ${{ inputs.repository }}
5454 - uses : ./.github/actions/deploy
55+ id : deploy
5556 with :
5657 source_repository : ${{ inputs.repository }}
5758 source_ref : ${{ inputs.ref }}
6364 DOCKER_PASSWORD : " ${{ secrets.DOCKER_PASSWORD }}"
6465 MACOS_PASSWORD : " ${{ secrets.MACOS_PASSWORD }}"
6566 GOPROXY : " ${{ vars.GOPROXY }}"
66-
67+
6768 # This step captures the git commit hash from the deploy action for job output
6869 - name : Set job output
6970 id : set_output
@@ -102,4 +103,4 @@ jobs:
102103 uses : nobrayner/discord-webhook@1766a33bf571acdcc0678f00da4fb83aad01ebc7 # v1
103104 with :
104105 github-token : ${{ secrets.github_token }}
105- discord-webhook : ${{ secrets.DISCORD_WEBHOOK }}
106+ discord-webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build tx-fuzz docker image
33on :
44 workflow_dispatch :
55 inputs :
6- repository :
6+ repository :
77 description : The source tx-fuzz repository to build from
88 default : MariusVanDerWijden/tx-fuzz
99 type : string
5252 with :
5353 repository : ${{ inputs.repository }}
5454 - uses : ./.github/actions/deploy
55+ id : deploy
5556 with :
5657 source_repository : ${{ inputs.repository }}
5758 source_ref : ${{ inputs.ref }}
6364 DOCKER_PASSWORD : " ${{ secrets.DOCKER_PASSWORD }}"
6465 MACOS_PASSWORD : " ${{ secrets.MACOS_PASSWORD }}"
6566 GOPROXY : " ${{ vars.GOPROXY }}"
66-
67+
6768 # This step captures the git commit hash from the deploy action for job output
6869 - name : Set job output
6970 id : set_output
You can’t perform that action at this time.
0 commit comments