File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ jobs:
9797 ${{ secrets.ECR_REPOSITORY }}/authentication-service:latest
9898 ${{ secrets.ECR_REPOSITORY }}/authentication-service:${{ env.GITHUB_SHA }}
9999
100- - uses : microsoft/variable-substitution@v1
101- with :
102- files : " .github/.aws/*.json"
103- env :
104- SPRING_DATA_MONGODB_URI_REPLACE : ${{ env.SPRING_DATA_MONGODB_URI }}
105- COM_MICROSERVICE_AUTHENTICATION_JWT_KEY_VALUE_REPLACE : ${{ env.COM_MICROSERVICE_AUTHENTICATION_JWT_KEY_VALUE }}
100+ # - uses: microsoft/variable-substitution@v1
101+ # with:
102+ # files: ".github/.aws/*.json"
103+ # env:
104+ # SPRING_DATA_MONGODB_URI_REPLACE: ${{ env.SPRING_DATA_MONGODB_URI }}
105+ # COM_MICROSERVICE_AUTHENTICATION_JWT_KEY_VALUE_REPLACE: ${{ env.COM_MICROSERVICE_AUTHENTICATION_JWT_KEY_VALUE }}
106106
107107 - name : Fill in the new image ID in the Amazon ECS task definition
108108 id : task-def
You can’t perform that action at this time.
0 commit comments