Skip to content

Commit

Permalink
pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 17, 2024
1 parent af08144 commit 8681428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prod-taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_v_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
Expand Down
2 changes: 1 addition & 1 deletion stage-taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_v_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
Expand Down
2 changes: 1 addition & 1 deletion taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_v_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
Expand Down

0 comments on commit 8681428

Please sign in to comment.