Fixed docker image push

This commit is contained in:
Gregory Campbell
2026-06-19 14:19:43 -04:00
parent f23eb0643a
commit f2c4f4c780
+1
View File
@@ -22,5 +22,6 @@ jobs:
run: cargo test --verbose
- name: Build and Push Docker Imaage to Amazon ECR
run: |
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.AWS_ID }}.dkr.ecr.us-east-1.amazonaws.com
docker build -t ${{ secrets.ECR_REGISTRY }}/${{ secrets.ECR_REPOSITORY_RUST }}:latest .
docker push ${{ secrets.ECR_REGISTRY }}/${{ secrets.ECR_REPOSITORY_RUST }}:latest