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: