You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mo...@apache.org on 2022/11/30 15:12:07 UTC

[flink-docker] branch master updated: Adds snapshot docker builds for v1.17

This is an automated email from the ASF dual-hosted git repository.

morhidi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a28c61  Adds snapshot docker builds for v1.17
4a28c61 is described below

commit 4a28c61debb80a11ecf4d4c0eada8b73d164eb99
Author: Marton Balassi <ma...@apple.com>
AuthorDate: Wed Nov 30 15:31:59 2022 +0100

    Adds snapshot docker builds for v1.17
---
 .github/workflows/snapshot.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index 3728d4a..f1ee3a9 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -38,8 +38,10 @@ jobs:
       matrix:
         java_version: [8, 11]
         build:
-          - flink_version: 1.16-SNAPSHOT
+          - flink_version: 1.17-SNAPSHOT
             branch: dev-master
+          - flink_version: 1.16-SNAPSHOT
+            branch: dev-1.16
           - flink_version: 1.15-SNAPSHOT
             branch: dev-1.15
     steps: