mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
make it more explicit
This commit is contained in:
parent
03ba2dc231
commit
33d1288d55
1 changed files with 2 additions and 7 deletions
9
.github/workflows/_build_image.yml
vendored
9
.github/workflows/_build_image.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue