Skip to content

Commit b13043e

Browse files
Rodrigo Dos SantosRodrigo Dos Santos
authored andcommitted
Fixed AWS ECS Configuration - build person-service
1 parent 309fe32 commit b13043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
${{ secrets.ECR_REPOSITORY }}/person-service:${{ env.GITHUB_SHA }}
9292
9393
- name: Replace secrets
94-
- uses: franzbischoff/replace_envs@v1
94+
uses: franzbischoff/replace_envs@v1
9595
with:
9696
from_file: ${{ env.ECS_TASK_DEFINITION }}
9797
to_file: ${{ env.ECS_TASK_DEFINITION }}

0 commit comments

Comments
 (0)