From b262076489bf3ba52c9eb7cc89d36bee421e8f69 Mon Sep 17 00:00:00 2001 From: Jack Rosati <168000881+jrosati-burwood@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:31:05 -0500 Subject: [PATCH] Change webhook params to client image and repo tags (#295) Co-authored-by: Jared Trouth <74978887+jtrouth@users.noreply.github.com> Co-authored-by: Eric Rosas --- .github/workflows/build-and-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 0c32950..b94db88 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -107,8 +107,8 @@ jobs: id: payload run: |- PARAMETERS=( - api.image.tag=${{ needs.build.outputs.image_tag }} - api.image.repository=${{ needs.build.outputs.image_name }} + client.image.tag=${{ needs.build.outputs.image_tag }} + client.image.repository=${{ needs.build.outputs.image_name }} ) DATA="{ \"app_name\": \"investigations\",