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 f5555a5 commit a7567bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ 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 }} "`cat << EOF
SourceConfiguration:
ImageRepository:
ImageIdentifier: public.ecr.aws/s5k1g2u8/infrakit:${{ steps.semantic.outputs.new_release_version }}
ImageRepositoryType: ECR_PUBLIC
EOF`"

0 comments on commit a7567bf

Please sign in to comment.