Skip to content

Commit

Permalink
added github env for export aws_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
AbduRawoof committed Dec 23, 2024
1 parent f77d4af commit 44807ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:
echo "CLUSTER_NAME=abdu7511-test-cloudfeeds-ecs-cluster" >> $GITHUB_ENV
echo "SERVICE_NAME=test-abdu7511-catalog" >> $GITHUB_ENV
echo "TASK_DEFINITION_NAME=test-abdu7511-catalog" >> $GITHUB_ENV
echo "IMAGE_TAG=$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV
echo "NEW_IMAGE_URI=583275065488.dkr.ecr.us-east-2.amazonaws.com/catalog:${IMAGE_TAG}" >> $GITHUB_ENV
- name: Update ECS task definition with new image
run: |
Expand Down

0 comments on commit 44807ee

Please sign in to comment.