Skip to content

Commit

Permalink
Correcting path and missing region
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofgaming committed Sep 9, 2024
1 parent 39871e2 commit 7d061d5
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 @@ -20,9 +20,9 @@ jobs:
BuildAndPush:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/build-and-push
- uses: ../.github/actions/container-build
with:
aws_region:
aws_region: ${{ env.AWS_REGION }}
aws_access_key_id: ${{ env.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ env.AWS_SECRET_ACCESS_KEY }}
ecr_url: ${{ env.ECR_URL }}
Expand Down

0 comments on commit 7d061d5

Please sign in to comment.