Skip to content

Commit

Permalink
Update nodejs-app-task-definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Simbaa815 authored Jan 27, 2024
1 parent 788595d commit 46f409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs-app-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "cicd-node",
"image": " ${{ steps.login-ecr.outputs.registry }}",
"image": "${{ steps.login-ecr.outputs.registry }}",
"cpu": 0,
"portMappings": [
{
Expand Down

0 comments on commit 46f409b

Please sign in to comment.