Skip to content

Commit

Permalink
Update path for consolidated-image-details.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FloRul committed Feb 1, 2024
1 parent 5bee5af commit ec35898
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lambda_container_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,11 @@ jobs:
uses: actions/download-artifact@v2
with:
name: consolidated-image-details
path: /home/runner/work/levio-aws-demo-fev-dev/levio-aws-demo-fev-dev/consolidated-image-details.json

path: consolidated-image-details.json

- name: Move consolidated-image-details.json to current directory
run: mv /home/runner/work/levio-aws-demo-fev-dev/levio-aws-demo-fev-dev/consolidated-image-details.json .

- name: Set image URIs
run: |
echo "INGESTION_IMAGE=$(jq -r '.ingestion | "\(.ECR_REGISTRY)/\(.ECR_REPOSITORY):\(.IMAGE_TAG)"' consolidated-image-details.json)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit ec35898

Please sign in to comment.