mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
more logs
This commit is contained in:
parent
388b74f58a
commit
94682ccd5f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/_build_image.yml
vendored
3
.github/workflows/_build_image.yml
vendored
|
|
@ -55,6 +55,9 @@ jobs:
|
|||
AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)
|
||||
echo "ecr_repo_url=${AWS_ACCOUNT_ID}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/${{ inputs.ecr_repo }}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: GITHUB_OUTPUT
|
||||
run: echo $GITHUB_OUTPUT
|
||||
|
||||
- name: Build & push image
|
||||
run: |
|
||||
IMAGE_URI="${{ steps.repo.outputs.ecr_repo_url }}:${GITHUB_SHA}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue