potiuk commented on code in PR #38442:
URL: https://github.com/apache/airflow/pull/38442#discussion_r1536950005


##########
.github/workflows/additional-ci-image-checks.yml:
##########
@@ -89,42 +89,40 @@ jobs:
   # delay cache refresh. It does not attempt to upgrade to newer dependencies.
   # We only push CI cache as PROD cache usually does not gain as much from 
fresh cache because
   # it uses prepared airflow and provider packages that invalidate the cache 
anyway most of the time
-  # push-early-buildx-cache-to-github-registry:
-  #   name: Push Early Image Cache
-  #   uses: ./.github/workflows/push-image-cache.yml
-  #   permissions:
-  #     contents: read
-  #     # This write is only given here for `push` events from 
"apache/airflow" repo. It is not given for PRs
-  #     # from forks. This is to prevent malicious PRs from creating images in 
the "apache/airflow" repo.
-  #     # For regular build for PRS this "build-prod-images" workflow will be 
skipped anyway by the
-  #     # "in-workflow-build" condition
-  #     packages: write
-  #   secrets: inherit
-  #   with:
-  #     runs-on: ${{ inputs.runs-on }}
-  #     cache-type: "Early"
-  #     include-prod-images: "false"
-  #     push-latest-images: "false"
-  #     image-tag: ${{ inputs.image-tag }}
-  #     python-versions: ${{ inputs.python-versions }}
-  #     branch: ${{ inputs.branch }}
-  #     use-uv: "true"
-  #     include-success-outputs: ${{ inputs.include-success-outputs }}
-  #     constraints-branch: ${{ inputs.constraints-branch }}
-  #     docker-cache: ${{ inputs.docker-cache }}
-  #   if: inputs.canary-run == 'true' && inputs.branch == 'main'
+  push-early-buildx-cache-to-github-registry:

Review Comment:
   Re-enable pushing early image cache.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to