Skip to content

Commit

Permalink
Merge pull request #1970 from akto-api-security/hotfix/fix_prod_2
Browse files Browse the repository at this point in the history
fix prod.yml
  • Loading branch information
Ark2307 authored Jan 13, 2025
2 parents 4c4b509 + 321a325 commit d4c6c92
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 d4c6c92

Please sign in to comment.