potiuk commented on PR #32004:
URL: https://github.com/apache/airflow/pull/32004#issuecomment-1604561636

   Yes. Because for non-committers, "build-image" is run from "main" not from 
your PR and in main you have `PYTHON_BASE_IMAGE=python:3.8-slim-bullseye`. The 
way to solve it is to push your branch as `main` branch in your fork (and let 
it run there as "push" workflow (you can also manually build image locally and 
you will see (I am quite sure) that it won't build. Smth like:
   
   
   ```
   git push origin your-branch:main -f 
   ```
   
   
   


-- 
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