morazow commented on code in PR #181: URL: https://github.com/apache/flink-docker/pull/181#discussion_r2048376113
########## .github/workflows/snapshot.yml: ########## @@ -36,34 +36,34 @@ jobs: strategy: max-parallel: 1 matrix: - java_version: [8, 11] build: - flink_version: 1.20-SNAPSHOT + java_version: [8, 11, 17, 21] branch: dev-master - flink_version: 1.19-SNAPSHOT + java_version: [8, 11, 17, 21] branch: dev-1.19 - flink_version: 1.18-SNAPSHOT + java_version: [8, 11, 17] branch: dev-1.18 - flink_version: 1.17-SNAPSHOT + java_version: [8, 11] Review Comment: Thanks @dstreitfeld-sn for reporting! Indeed it is referencing wrongly. I have added PR, https://github.com/apache/flink-docker/pull/223. Please have a look 🤝 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org