Skip to content

Commit

Permalink
pipeline testing
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 14, 2023
1 parent b584a5b commit 43999fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
- name: Push Docker images to ECR
env:
ACCOUNT_ID: "704910415367"
ACCOUNT_ID: "704910415367.dkr.ecr.ap-southeast-2.amazonaws.com"
run: |
aws ecr get-login-password --region ap-southeast-2 | docker login --username AWS --password-stdin ${{ env.ACCOUNT_ID }}
docker-compose -f docker-compose.yml push
Expand Down

0 comments on commit 43999fc

Please sign in to comment.