Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:VicMisael/ascan-trilha-devops-de…
Browse files Browse the repository at this point in the history
…safio into develop
  • Loading branch information
VicMisael committed Dec 7, 2022
2 parents 9bdee83 + 65406a9 commit 6e014e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition ascan_devops --query taskDefinition > task-definition.json
run: |
aws ecs describe-task-definition --task-definition ascan_devops --query taskDefinition > task-definition.json
- name: Fill in the new image ID in the Amazon ECS task definition
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@v1
Expand Down

0 comments on commit 6e014e5

Please sign in to comment.