forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable pushing early image cache to ghcr.io registry (apache#26119)
In order to react quicker to changes in setup.py, setup.cfg and Dockerfiles, we can push an early image cache to the ghcr.io cache. This build is done way before constraints are regenerated so it is using the "current" constraints at the moment the merge happens. This should be safe - if the image fails to build (we ignore that) the cache will not be pushed, but if it will, then even if we merge a new commit quickly and the rest of the build is cancelled, the cache will be refreshed with new Dockerfile/setup.py/setup.cfg and the subsequent builds will run much faster.
- Loading branch information
Showing
3 changed files
with
85 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters