liferoad commented on code in PR #33169:
URL: https://github.com/apache/beam/pull/33169#discussion_r1848984304


##########
.github/workflows/republish_released_docker_containers.yml:
##########
@@ -64,5 +69,5 @@ jobs:
         run: |
           gcloud auth configure-docker ${{ env.docker_registry }}
       - name: Push docker images
-        run: ./gradlew :pushAllDockerImages -PisRelease -Pdocker-pull-licenses 
-Pprune-images 
-Pdocker-repository-root=gcr.io/apache-beam-testing/updated_released_container_images
 -Pdocker-tag=${{ github.event.inputs.RELEASE }}rc${{ github.event.inputs.RC }} 
--no-daemon --no-parallel
+        run: ./gradlew :pushAllDockerImages -PisRelease -Pdocker-pull-licenses 
-Pprune-images 
-Pdocker-repository-root=gcr.io/apache-beam-testing/updated_released_container_images
 -Pdocker-tag=${{ env.release }}rc${{ env.rc }} --no-daemon --no-parallel

Review Comment:
   we can add this to our internal and external docs later. Thanks a lot!



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to