fix: robust Dockerfile version logic for v prefix handling (#262)

* fix: robust Dockerfile version logic for v prefix handling

* wip
This commit is contained in:
安正超
2025-07-19 15:50:15 +08:00
committed by GitHub
parent f27ee96014
commit 42b645e355
2 changed files with 7 additions and 2 deletions

View File

@@ -658,7 +658,7 @@ jobs:
update-latest-version:
name: Update Latest Version
needs: [build-check, upload-release-assets]
if: startsWith(github.ref, 'refs/tags/') && needs.build-check.outputs.is_prerelease == 'false'
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Update latest.json