Skip to content

Commit

Permalink
more outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
schliflo committed Mar 3, 2022
1 parent a487469 commit 2668594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ fi
echo -e "\nGet deployment URL"
URL=$(gcloud run services describe ${SERVICE_NAME} | grep Traffic | sed 's/Traffic: //')
echo "##[set-output name=cloud_run_service_url;]$URL"
echo "::set-output name=cloud_run_image::${GCR_IMAGE_NAME}:${GITHUB_SHA}"
echo "::set-output name=cloud_run_image::$GCR_IMAGE_NAME"
echo "::set-output name=cloud_run_image_sha::$GCR_IMAGE_NAME:$GITHUB_SHA"
echo "::set-output name=cloud_run_image_branch::$GCR_IMAGE_NAME:$BRANCH_SAFE"

if [ "$INPUT_HOOK_END" ]; then
sh $INPUT_HOOK_END
Expand Down

0 comments on commit 2668594

Please sign in to comment.