Skip to content

Commit

Permalink
Update release.yml (#403)
Browse files Browse the repository at this point in the history
Change image path for rds image.

Signed-off-by: Kushal Batra <[email protected]>
  • Loading branch information
s0nicboOm authored Jul 8, 2024
1 parent db9895c commit eb9ceb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
tag="$(basename $GITHUB_REF)-rds-${TAG_SUFFIX}"
fi
image_name="${QUAYIO_ORG}/numalogic/udf:${tag}"
image_name="${QUAYIO_ORG}/numalogic/udf:rds-${tag}"
docker buildx build --platform ${PLATFORM} --build-arg INSTALL_EXTRAS='redis rds' --output "type=image,push=true" . -t $image_name
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "numalogic"
version = "0.12.3"
version = "0.12.4"
description = "Collection of operational Machine Learning models and tools."
authors = ["Numalogic Developers"]
packages = [{ include = "numalogic" }]
Expand Down

0 comments on commit eb9ceb1

Please sign in to comment.