Re: [PR] [FLINK-34282][docker] Updates snapshot workflow configuration [flink-docker]

2024-02-12 Thread via GitHub
XComp merged PR #180: URL: https://github.com/apache/flink-docker/pull/180 -- 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.apac

Re: [PR] [FLINK-34282][docker] Updates snapshot workflow configuration [flink-docker]

2024-02-09 Thread via GitHub
XComp commented on code in PR #180: URL: https://github.com/apache/flink-docker/pull/180#discussion_r1484449607 ## .github/workflows/snapshot.yml: ## @@ -38,14 +38,14 @@ jobs: matrix: java_version: [8, 11] build: - - flink_version: 1.19-SNAPSHOT

Re: [PR] [FLINK-34282][docker] Updates snapshot workflow configuration [flink-docker]

2024-02-09 Thread via GitHub
XComp commented on code in PR #180: URL: https://github.com/apache/flink-docker/pull/180#discussion_r1484401070 ## .github/workflows/snapshot.yml: ## @@ -38,14 +38,14 @@ jobs: matrix: java_version: [8, 11] build: - - flink_version: 1.19-SNAPSHOT

Re: [PR] [FLINK-34282][docker] Updates snapshot workflow configuration [flink-docker]

2024-02-09 Thread via GitHub
JingGe commented on code in PR #180: URL: https://github.com/apache/flink-docker/pull/180#discussion_r1484202025 ## .github/workflows/snapshot.yml: ## @@ -38,14 +38,14 @@ jobs: matrix: java_version: [8, 11] build: - - flink_version: 1.19-SNAPSHO

[PR] [FLINK-34282][docker] Updates snapshot workflow configuration [flink-docker]

2024-02-09 Thread via GitHub
XComp opened a new pull request, #180: URL: https://github.com/apache/flink-docker/pull/180 This way we are aligned with what's described in the [README.md](https://github.com/apache/flink-docker/blob/master/README.md#development-workflow) again. -- This is an automated message from the