Skip to content

Commit

Permalink
deploy workflows: update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Jan 23, 2024
1 parent ab76d4a commit 4326677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
--task-definition ${{ vars.FAMILY }} \
--query taskDefinition > task-definition.json
- name: Update Image Tag
- name: Update Task Definition with Image Digest
id: update-api-image-tag
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
--task-definition ${{ vars.FAMILY }} \
--query taskDefinition > task-definition.json
- name: Update Image Tag
- name: Update Task Definition with Image Digest
id: update-api-image-tag
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
Expand Down

0 comments on commit 4326677

Please sign in to comment.