-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
T: Bug 🪲TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
For the ibctest test cases, a relayer image is built with the same tag every time: ibctestrelayer:latest
Line 44 in b88f24b
Tags: []string{RelayerImageName}, |
Because old images aren't pruned, the CI runner will run out of space.
Suggestion: use unique tag every time and remove image in t.Cleanup
Metadata
Metadata
Assignees
Labels
T: Bug 🪲TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.