From 33d1288d55e76a3e501ee3cd8e1b7d329a6fee2f Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 17:21:06 +0000 Subject: [PATCH] make it more explicit --- .github/workflows/_build_image.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_build_image.yml b/.github/workflows/_build_image.yml index 9414b959..9f929b4d 100644 --- a/.github/workflows/_build_image.yml +++ b/.github/workflows/_build_image.yml @@ -20,13 +20,8 @@ on: type: string outputs: - image_digest: - description: "Pushed image digest (sha256:...)" - value: ${{ jobs.build.outputs.image_digest }} - - ecr_repo_url: - description: "ECR repository URL (no tag, no digest)" - value: ${{ jobs.build.outputs.ecr_repo_url }} + image_digest: ${{ steps.digest.outputs.image_digest }} + ecr_repo_url: ${{ steps.repo.outputs.ecr_repo_url }} secrets: AWS_ACCESS_KEY_ID: