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

jhtimmins pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c96800  Dev: Remove duplicate step to push Docker Image (#17674)
7c96800 is described below

commit 7c96800426946e563d12fdfeb80b20f4c0002aaf
Author: Kaxil Naik <kaxiln...@gmail.com>
AuthorDate: Wed Aug 18 02:02:25 2021 +0100

    Dev: Remove duplicate step to push Docker Image (#17674)
    
    We have the same step few lines below "## Prepare production Docker Image"
---
 dev/README_RELEASE_AIRFLOW.md | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 9faecbb..7e9e566 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -24,7 +24,6 @@
   - [Selecting what to cherry-pick](#selecting-what-to-cherry-pick)
 - [Prepare the Apache Airflow Package 
RC](#prepare-the-apache-airflow-package-rc)
   - [Build RC artifacts](#build-rc-artifacts)
-  - [Manually prepare production Docker 
Image](#manually-prepare-production-docker-image)
   - [[\Optional\] Create new release 
branch](#%5Coptional%5C-create-new-release-branch)
   - [Prepare PyPI convenience "snapshot" 
packages](#prepare-pypi-convenience-snapshot-packages)
   - [Prepare production Docker Image](#prepare-production-docker-image)
@@ -40,7 +39,7 @@
   - [Publish release to SVN](#publish-release-to-svn)
   - [Prepare PyPI "release" packages](#prepare-pypi-release-packages)
   - [Update CHANGELOG.md](#update-changelogmd)
-  - [Manually prepare production Docker 
Image](#manually-prepare-production-docker-image-1)
+  - [Manually prepare production Docker 
Image](#manually-prepare-production-docker-image)
   - [Publish documentation](#publish-documentation)
   - [Notify developers of release](#notify-developers-of-release)
   - [Update Announcements page](#update-announcements-page)
@@ -149,18 +148,6 @@ The Release Candidate artifacts we vote upon should be the 
exact ones we vote ag
     svn commit -m "Add artifacts for Airflow ${VERSION}"
     ```
 
-
-## Manually prepare production Docker Image
-
-
-```shell script
-./scripts/ci/tools/prepare_prod_docker_images.sh ${VERSION}
-```
-
-This will wipe Breeze cache and docker-context-files in order to make sure the 
build is "clean". It
-also performs image verification before pushing the images.
-
-
 ## [\Optional\] Create new release branch
 
 When you just released the `X.Y.0` version (first release of new minor 
version) you need to create release

Reply via email to