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.
2 parents ae5a27e + 849c212 commit c88c2caCopy full SHA for c88c2ca
workflow_scripts/gen-new-version-files.py
@@ -54,8 +54,8 @@ def main():
54
55
last_added_version = get_last_added_version(DIST_FOLDER)
56
print("Last added version:",last_added_version)
57
-
58
- version_list = [version.removeprefix('v') for version in NEW_VERSIONS.split(',')]
+
+ version_list = [version.strip().removeprefix('docker-').removeprefix('v') for version in NEW_VERSIONS.split(',')]
59
print("Formatted new versions: ", version_list)
60
61
for version in version_list:
0 commit comments