Skip to content

Commit

Permalink
fix prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
notshivansh committed Jan 13, 2025
1 parent 4c4b509 commit 321a325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
fi
if [[ "${{ github.event.inputs.threat_detection_backend}}" == "true" ]]; then
cd apps/threat-detection-backend
cd ../threat-detection-backend
docker buildx build --platform linux/arm64/v8,linux/amd64 -t $ECR_REGISTRY/akto-threat-detection-backend:$IMAGE_TAG . --push
fi
- name: Configure AWS Credentials for ECR
Expand Down

0 comments on commit 321a325

Please sign in to comment.