villebro commented on code in PR #44250:
URL: https://github.com/apache/superset/pull/44250#discussion_r4030456887


##########
.github/workflows/tag-release.yml:
##########
@@ -55,8 +55,7 @@ jobs:
       contents: write
     strategy:
       matrix:
-        build_preset:
-          ["superset", "dev", "lean", "websocket", "dockerize", "py311", 
"py312"]
+        build_preset: ["superset", "dev", "lean", "py311", "py312"]

Review Comment:
   Fixed in 258ee7ae13. The release job checks out master to preserve the 
current helper, then checks out the selected release ref before calculating 
flags. The helper reads Dockerfile from that release ref. I verified it with 
the 6.1.0 Dockerfile.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to