Skip to content

Commit

Permalink
fix(ci): update image names
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Mar 28, 2024
1 parent b0f3d74 commit 6b944ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .aws/deploy/support-task-definition.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "support",
"portMappings": [
{
"containerPort": 8081,
"hostPort": 8081,
"containerPort": 8082,
"hostPort": 8082,
"protocol": "tcp"
}
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
with:
task-definition: ${{ inputs.task-definition-path }}
container-name: ${{ inputs.ecs-container-name }}
image: ${{ steps.login-ecr.outputs.registry }}/${{ inputs.ecr-repository }}/${{inputs.ecs-web-service-name}}:${{inputs.ecs-web-service-name}}-${{ github.sha }}
image: ${{ steps.login-ecr.outputs.registry }}/${{ inputs.ecr-repository }}:${{inputs.ecs-web-service-name}}-${{ github.sha }}

- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit 6b944ee

Please sign in to comment.