Skip to content

Commit

Permalink
Change webhook params to client image and repo tags (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Trouth <[email protected]>
Co-authored-by: Eric Rosas <[email protected]>
  • Loading branch information
3 people authored and alexgoff committed Oct 24, 2024
1 parent b259ecc commit b262076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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\",
Expand Down

0 comments on commit b262076

Please sign in to comment.