potiuk commented on code in PR #50540:
URL: https://github.com/apache/airflow/pull/50540#discussion_r2086938570
##########
.github/workflows/additional-prod-image-tests.yml:
##########
@@ -113,8 +113,6 @@ jobs:
with:
fetch-depth: 2
persist-credentials: false
- - name: "Cleanup docker"
- run: ./scripts/ci/cleanup_docker.sh
Review Comment:
Yes. I realized that the next step
```
- name: "Prepare breeze & PROD image: ${{
inputs.default-python-version }}"
uses: ./.github/actions/prepare_breeze_and_image
```
Performs "cleanup_docker" as the first step of the composite action :) . So
we were doing cleaning up twice :)
--
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]