The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
99796994e8507d24d26f0f1f65dd57138e32da6b / Jarek Potiuk <[email protected]>
Cleanup of build-image scripts

This PR re-arranges tags int GitHub actions to be more explicit in
the pull/build/push steps on which tag of the image is currently
pulled/pushed/built.

Previously the actual configuration of those steps was determined
by combining "top", "job" and "step" variables, but that gave
little insight on what combinations of evn variables was used in
the step eventually. After this change, in all the pull/push/build
steps you can see what environment is used for that build.

Also, since we often build and push and then pull the same image in
the same workflow, the PUSH tag was sometimes used in PULL
variable as input. We change it now by introducing single
`IMAGE_TAG_FOR_THE_BUILD` which will be used as PUSH and PULL
tag as needed.

This one also fixes failure of PROD cache builds which did not
pull the right CI image.

Report URL: https://github.com/apache/airflow/actions/runs/2077486831

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to