Skip to content

Commit

Permalink
fix: workflow clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
abelr20 committed Aug 23, 2024
1 parent c41a0c0 commit e064364
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ concurrency:
cancel-in-progress: true

env:
AWS_REGION: ${{ secrets.AWS_REGION }} # Use GitHub secrets for AWS region
ECR_REPOSITORY: app # Set this to your Amazon ECR repository name
ECS_SERVICE: SkyDevOps # Set this to your Amazon ECS service name
ECS_CLUSTER: Sky # Set this to your Amazon ECS cluster name
Expand Down Expand Up @@ -47,10 +46,6 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: latest
run: |
# Enable error handling
set -e
set -o pipefail
# Use Docker Buildx to build the image for x86_64
docker buildx build --platform linux/amd64 --push -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
Expand Down

0 comments on commit e064364

Please sign in to comment.