We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccec11 commit 17f8a06Copy full SHA for 17f8a06
.github/workflows/ci-build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Extract version
42
id: extract_version
43
run: |
44
- echo "VERSION=$(poetry version -s)" >> $GITHUB_ENV
+ echo "VERSION=$(uv run poetry version -s)" >> $GITHUB_OUTPUT
45
46
- name: Set up Docker Buildx
47
uses: docker/setup-buildx-action@v3
@@ -53,7 +53,7 @@ jobs:
53
target: fastmcp
54
push: false
55
tags: |
56
- madmathematician971/mcp-it-tools:${{ env.VERSION }}
+ madmathematician971/mcp-it-tools:${{ steps.extract_version.outputs.VERSION }}
57
madmathematician971/mcp-it-tools:latest
58
load: true
59
cache-from: type=gha
0 commit comments