From f5555a56be8490e9af90f2688d476fc9a1a94c4b Mon Sep 17 00:00:00 2001 From: Tim Myers Date: Wed, 22 Feb 2023 13:52:00 -0700 Subject: [PATCH] fix: aws cli cmd --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03bc1d2..7ca2333 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}