Skip to content

Commit

Permalink
change app name for k8s image
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosati-burwood committed Oct 21, 2024
1 parent 888160f commit 83d2633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
api.image.repository=${{ needs.build.outputs.image_name }}
)
DATA="{
\"app_name\": \"investigations-client\",
\"app_name\": \"investigations\",
\"environment_name\": \"${{ needs.build.outputs.environment_name }}\",
\"parameters\": $(jq -c -n '$ARGS.positional' --args ${PARAMETERS[@]})
}"
Expand Down

0 comments on commit 83d2633

Please sign in to comment.