Skip to content

Commit 29f534a

Browse files
fix: Update CI test build workflow to use --no-sync flag for accurate version extraction in Docker build job
1 parent 17f8a06 commit 29f534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Extract version
4242
id: extract_version
4343
run: |
44-
echo "VERSION=$(uv run poetry version -s)" >> $GITHUB_OUTPUT
44+
echo "VERSION=$(uv run --no-sync poetry version -s)" >> $GITHUB_OUTPUT
4545
4646
- name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)