Skip to content

Commit

Permalink
change webhook params to client image and repo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosati-burwood committed Oct 23, 2024
1 parent a6987da commit f7e4764
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 f7e4764

Please sign in to comment.