You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/04/03 12:54:00 UTC

[jira] [Updated] (FLINK-27036) Do not build and push images on final release tags

     [ https://issues.apache.org/jira/browse/FLINK-27036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora updated FLINK-27036:
-------------------------------
    Description: 
The current github workflow for building and pushing images executes on all release-* tags and branches.

We should change this to only work on release-{*}-rc{*} tags and not the final release tags such as release-0.1.0.

On final release tags we should simply re-tag the RC docker image to the releaes version (e.g. 0.1.0)

  was:
The current github workflow for building and pushing images executes on all release-* tags and branches.

We should change this to only work on release-*-rc* tags and not the final release tags such as release-0.1.0. The reason for this is that final releases always point to the same commit as one of the RC and we should simply re-tag the image instead of rebuilding it.


> Do not build and push images on final release tags
> --------------------------------------------------
>
>                 Key: FLINK-27036
>                 URL: https://issues.apache.org/jira/browse/FLINK-27036
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kubernetes Operator
>            Reporter: Gyula Fora
>            Priority: Major
>             Fix For: kubernetes-operator-1.0.0
>
>
> The current github workflow for building and pushing images executes on all release-* tags and branches.
> We should change this to only work on release-{*}-rc{*} tags and not the final release tags such as release-0.1.0.
> On final release tags we should simply re-tag the RC docker image to the releaes version (e.g. 0.1.0)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)