Skip to content

Commit 88b1077

Browse files
authored
fix: add missing id deploys (#242)
1 parent 2c25d87 commit 88b1077

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/build-push-goomy-blob.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build goomy-blob docker image
33
on:
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
@@ -52,6 +52,7 @@ jobs:
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 }}
@@ -63,7 +64,7 @@ jobs:
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

.github/workflows/build-push-mev-boost-relay.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build mev-boost-relay docker image
33
on:
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
@@ -52,6 +52,7 @@ jobs:
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 }}
@@ -63,7 +64,7 @@ jobs:
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 }}

.github/workflows/build-push-tx-fuzz.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build tx-fuzz docker image
33
on:
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
@@ -52,6 +52,7 @@ jobs:
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 }}
@@ -63,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)