Skip to content

Commit

Permalink
bug: fix release number (#3559)
Browse files Browse the repository at this point in the history
* Added haystack version in docker base build

* test version -- name's bond
  • Loading branch information
mayankjobanputra authored Nov 15, 2022
1 parent 0c1de37 commit 3098440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: docker/bake-action@v2
env:
IMAGE_TAG_SUFFIX: ${{ steps.meta.outputs.version }}
HAYSTACK_VERSION: ${{ steps.meta.outputs.version }}
with:
workdir: docker
targets: base
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0rc0
1.11.0rc0

0 comments on commit 3098440

Please sign in to comment.