Skip to content

Commit

Permalink
Remove unnecessary step for uploading JSON artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
FloRul committed Feb 1, 2024
1 parent 0d6db78 commit 9495584
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lambda_container_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
with:
name: image-details-${{ matrix.lambda_path_ecr }}
path: image_details_${{ matrix.lambda_path_ecr }}.json

- name: Upload updated JSON artifact
uses: actions/upload-artifact@v2
with:
name: image-details
path: image_details.json

consolidate:
needs: [build-and-push]
Expand Down

0 comments on commit 9495584

Please sign in to comment.