diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 11ff9b2..9be95c5 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -64,7 +64,7 @@ jobs: ECR_REPOSITORY: ${{ needs.build.outputs.ECR_REPOSITORY }} IMAGE_TAG: ${{ needs.build.outputs.IMAGE_TAG }} run: | - sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" applications/check-out/stg.yaml + sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" applications/check-out/ai.stg.yaml - name: Commit and Push env: