You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelsauter
changed the title
Images built during package-image tests are not cleaned up
Clean up images built during package-image tests
Sep 9, 2021
The images are not needed after the task run and should be deleted. Ideally this happens via
defer
so that they are also deleted when the test fails.The text was updated successfully, but these errors were encountered: