Skip to content

Commit

Permalink
Added dockerfile for push
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith-ravi committed Feb 2, 2024
1 parent 81dc868 commit 608cabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_indexify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ jobs:
else
tag="$tag.$i";
fi
docker buildx build --platform=linux/amd64,linux/arm64 --push . -t tensorlake/indexify:$tag;
docker buildx build --platform=linux/amd64,linux/arm64 --push . -t tensorlake/indexify:$tag -f dockerfiles/Dockerfile.compose;
done

0 comments on commit 608cabe

Please sign in to comment.