Only run jobs for changed images in CI #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If #4 is implemented first, make sure that checks are considered as succeeded even when the image is skipped
Seems to be largely unnecessary. Layer caching for the build works well, and
put
steps also recognize existing manifests.So the unchanged images all "build" in 20 - 30 seconds.
So it seems better to not bother with conditional logic, as in the worst case, it could be incorrect and not build an image that should have been built.