Skip to content

Commit

Permalink
feat: add docker-additional-args to deploy-ecs for build-push-ecr (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
meagharty authored Sep 26, 2024
1 parent cbd04e1 commit 296ceb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
description: Path to the repo's Dockerfile
required: false
default: '.'
docker-additional-args:
type: string
description: Additional arguments to pass to call to docker
required: false
default: ''
environment:
type: string
required: true
Expand Down Expand Up @@ -43,6 +48,7 @@ jobs:
role-to-assume: ${{ secrets.aws-role-arn }}
docker-repo: ${{ secrets.docker-repo }}
dockerfile-path: ${{ inputs.dockerfile-path }}
docker-additional-args: ${{ inputs.docker-additional-args }}
- uses: mbta/actions/deploy-ecs@v2
with:
role-to-assume: ${{ secrets.aws-role-arn }}
Expand Down

0 comments on commit 296ceb8

Please sign in to comment.