mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
type: string
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
image_digest:
|
image_digest: ${{ steps.digest.outputs.image_digest }}
|
||||||
description: "Pushed image digest (sha256:...)"
|
ecr_repo_url: ${{ steps.repo.outputs.ecr_repo_url }}
|
||||||
value: ${{ jobs.build.outputs.image_digest }}
|
|
||||||
|
|
||||||
ecr_repo_url:
|
|
||||||
description: "ECR repository URL (no tag, no digest)"
|
|
||||||
value: ${{ jobs.build.outputs.ecr_repo_url }}
|
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue