Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix: aws cli cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyers committed Feb 22, 2023
1 parent ced9657 commit f5555a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to App Runner
run: |
aws apprunner update-service --service-arn ${{ secrets.APPRUNNER_SERVICE_ARN }} --cli-input-yaml "`cat`"
aws apprunner update-service --service-arn ${{ secrets.APPRUNNER_SERVICE_ARN }} --cli-input-yaml "`cat`" \
SourceConfiguration:
ImageRepository:
ImageIdentifier: public.ecr.aws/s5k1g2u8/infrakit:${{ steps.semantic.outputs.new_release_version }}
Expand Down

0 comments on commit f5555a5

Please sign in to comment.