Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
javlintor committed Aug 1, 2024
1 parent 6d56ab9 commit 66df2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Continuos Integration in AWS ECR
on: [push]

env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_REGION: eu-west-1
ECR_REPOSITORY: ${{ secrets.AWS_ECR_REPOSITORY }}

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: ${{ env.AWS_REGION }}

- name: Login to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit 66df2a9

Please sign in to comment.