The GitHub Actions job "Publish Docs to S3" on 
airflow.git/fix-docs-build-separate-images has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
dae95e913ac5a1592d1de308ae3386b4c4cfa144 / Jarek Potiuk <[email protected]>
Read the image-build action from the workflow's own version

A local action is resolved against the workspace, not against the ref the
workflow definition came from, so publishing a tag cut before the action existed
found nothing to run and both image builds failed immediately. The workflow's
own version is now checked out alongside the sources being published and the
action is taken from there, which is what lets a workflow branch be tested
against an older tag at all. The image itself is still built from the checked
out sources.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to