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
Currently I'm building images for two archs and therefore get 3 images per build. 1 "manifest" image and one image per architecture.
The manifest image gets tagged on build but this tag will be moved to a new image on a new build.
Now I'm searching for a option to remove all manifest images and the linked architecture images, but not the untagged images which are liked to the latest manifest image.
Is such a behavior possible at the current state of the action?