Skip to content

Commit 4cb289e

Browse files
Rodrigo Dos SantosRodrigo Dos Santos
authored andcommitted
Fixed AWS ECS Configuration - build authentication-service
1 parent b13043e commit 4cb289e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-build-push-image-authentication-service.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)