Skip to content

Commit

Permalink
Merge pull request #1909 from akto-api-security/hotfix/fix_prod
Browse files Browse the repository at this point in the history
fix prod
  • Loading branch information
notshivansh authored Jan 3, 2025
2 parents b59584c + 5600ad1 commit 1888b87
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 @@ -87,7 +87,7 @@ jobs:
run: |
docker buildx create --use
# Build a docker container and push it to DockerHub
cd apps
cd apps/dashboard
if [[ "${{ github.event.inputs.dashboard }}" == "true" ]]; then
cd ../dashboard
docker buildx build --platform linux/arm64/v8,linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY-dashboard:$IMAGE_TAG_1 -t $ECR_REGISTRY/$ECR_REPOSITORY-dashboard:$IMAGE_TAG_2 . --push
Expand Down

0 comments on commit 1888b87

Please sign in to comment.