You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/13 08:03:55 UTC

[GitHub] [airflow] potiuk edited a comment on issue #19569: The latest docker image is not the "latest"

potiuk edited a comment on issue #19569:
URL: https://github.com/apache/airflow/issues/19569#issuecomment-967801638


   Ah - actually it WAS there but was not followed (even by mysefl) so I have to see how we can make it more difficult to skip:
   
   > If this is the newest image released, push the latest image as well.
   
   ``` shellscript
   docker tag "apache/airflow:${VERSION}" "apache/airflow:latest"
   docker push "apache/airflow:latest"
   ```
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org