Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov authored Apr 11, 2023
1 parent 4db592d commit e3ff3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Modify file
run: |
# Use sed to replace the bucketKey value in the file with the ARTIFACT_NAME
sed -i "s/imageUri:.*/imageUri: ${{ steps.login-ecr.outputs.registry }}\/lambda-test:${{ steps.get-latest-tag.outputs.tag }}/g" claim/sqs-lambda-s3-claim.yaml
sed -i "s/imageName:.*/imageName: lambda-test:${{ steps.get-latest-tag.outputs.tag }}/g" claim/sqs-lambda-s3-claim.yaml
- name: Commit & Push changes
uses: actions-js/[email protected]
Expand Down

0 comments on commit e3ff3b5

Please sign in to comment.