Skip to content

Commit 021899d

Browse files
v0.2.1
1 parent 8c507c3 commit 021899d

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.github/workflows/build_80.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,15 @@
105105
id: meta-80
106106
uses: docker/metadata-action@v4.3.0
107107
with:
108+
flavor: |
109+
latest=auto
108110
images: |
109111
registry.internal.huggingface.tech/api-inference/text-embeddings-inference
110112
ghcr.io/huggingface/text-embeddings-inference
111113
tags: |
112114
type=semver,pattern={{version}}
113115
type=semver,pattern={{major}}.{{minor}}
114-
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
116+
type=raw,value=latest
115117
type=raw,value=sha-${{ env.GITHUB_SHA_SHORT }}
116118
- name: Build and push Docker image
117119
id: build-and-push-80

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.2.0"
14+
version = "0.2.1"
1515
edition = "2021"
1616
authors = ["Olivier Dehaene"]
1717
homepage = "https://github.com/huggingface/text-embeddings-inference"

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": {
1010
"name": "HFOIL"
1111
},
12-
"version": "0.2.0"
12+
"version": "0.2.1"
1313
},
1414
"paths": {
1515
"/embed": {

0 commit comments

Comments
 (0)