Skip to content

Commit 9feef6d

Browse files
committed
update event name
1 parent 8daa152 commit 9feef6d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ jobs:
212212
products: |
213213
ccip-prereleases-prod-testnet
214214
215-
emit-build-publish-finished-event:
216-
name: Emit build publish finished event
215+
emit-image-publish-finished-event:
216+
name: Emit image publish finished event
217217
needs: [ docker-core ]
218218
runs-on: ubuntu-latest
219219
permissions:
220220
contents: write
221221
steps:
222-
- name: Emit build publish finished event
222+
- name: Emit image publish finished event
223223
env:
224224
DOCKER_MANIFEST_TAG: ${{ needs.docker-core.outputs.docker-manifest-tag }}
225225
GITHUB_REF_NAME: ${{ github.ref_name }}
@@ -231,7 +231,7 @@ jobs:
231231
"/repos/${GITHUB_REPOSITORY}/dispatches" \
232232
--input - <<'JSON'
233233
{
234-
"event_type": "build_publish_finished",
234+
"event_type": "pre-release-image-published",
235235
"client_payload": {
236236
"chainlink_image_tag": "${DOCKER_MANIFEST_TAG}",
237237
"chainlink_version": "${GITHUB_REF_NAME}"

.github/workflows/post-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Post Build, Sign and Publish Chainlink"
22
on:
33
# # to be used with post release tests
44
repository_dispatch:
5-
types: [ build_publish_finished ]
5+
types: [ pre-release-image-published ]
66

77
permissions: {}
88

0 commit comments

Comments
 (0)