chore: avoid circular rebuilds on docker-images updates #146
Loading…
Reference in a new issue
No description provided.
Delete branch "avoid-rebuilds"
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?
Seems like updating the build image is also generating new image manifests, resulting in a constant stream of updates. Break that cycle by using the base image for the CI operation itself.