Skip to content

Commit

Permalink
Merge pull request #47 from mindsdb/bugfix/remove_leading_v
Browse files Browse the repository at this point in the history
Fixes Incorrect Leading 'v' in Workflow
  • Loading branch information
ZoranPandovski authored Jun 19, 2024
2 parents b59d200 + 216cb41 commit 91b61d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-mindsdb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Update MindsDB version
run: |
# Update MindsDB version
sed -i 's|mindsdb/mindsdb:v[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*|mindsdb/mindsdb:v${{ github.event.inputs.image-tag }}|' docker-compose.yaml
sed -i 's|mindsdb/mindsdb:v[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*|mindsdb/mindsdb:${{ github.event.inputs.image-tag }}|' docker-compose.yaml
# Commit changes
git add docker-compose.yaml
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.0.6
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mindsdb:
image: mindsdb/mindsdb:vv24.6.3.0
image: mindsdb/mindsdb:v24.6.3.0
ports:
- "47334:47334"
- "47335:47335"
Expand Down

0 comments on commit 91b61d4

Please sign in to comment.