Skip to content

Commit

Permalink
[BLD]: add Depot CLI setup step to fix build (#3279)
Browse files Browse the repository at this point in the history
## Description of changes

See title.

## Test plan
*How are these changes tested?*

n/a

## Documentation Changes
*Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
repository](https://github.com/chroma-core/docs)?*

n/a
  • Loading branch information
codetheweb authored Dec 10, 2024
1 parent d4ad874 commit e357d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-chromadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
ghcr-password: ${{ secrets.GITHUB_TOKEN }}
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Depot CLI
uses: depot/setup-action@v1
- name: Build and push prerelease Docker image
if: ${{ needs.check-tag.outputs.tag_matches != 'true' }}
uses: depot/build-push-action@v1
Expand Down

0 comments on commit e357d5a

Please sign in to comment.