We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458c6b4 commit 370e865Copy full SHA for 370e865
README.md
@@ -1,11 +1,11 @@
1
-# AWS ECS Update Service by Template Action
+# AWS ECS Deploy Service by Template Action
2
3
A github action, that updates a service with a new image based on an existing task definition.
4
5
## Usage
6
```yaml
7
- name: deploy to ECS
8
- uses: modum-io/aws-ecs-deploy-service-by-template
+ uses: modum-io/aws-ecs-deploy-service-by-template@v1.0.0
9
with:
10
image: "modumio/sample@${{ steps.docker_build.outputs.digest }}"
11
template-task-definition: sample_template
0 commit comments