diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 47b668c..10c81c1 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -80,7 +80,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" infoteam/service/meal/prod.yaml + sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" infoteam/service/meal/legacy-prod.yaml - name: Commit and Push env: