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
@@ -20,18 +20,46 @@ When deleting public packages, be aware that you may break projects that depend
20
20
21
21
### Deleting a version of a user-owned container image on {% data variables.product.prodname_dotcom %}
22
22
23
+
To only delete specific versions of a container image, you can use these steps. To delete an entire package, see "[Deleting all versions of a user-owned container image on {% data variables.product.prodname_dotcom %}](#deleting-all-versions-of-a-user-owned-container-image-on-github)."
24
+
23
25
{% data reusables.package_registry.package-settings-from-user-level %}
24
26
5. On the left, click **Manage versions**.
25
-
5. To the right of the version you want to delete, click **Delete**.
6. Optionally, to ensure you're seeing all of your package versions, use the "Type" drop down menu and select **All**.
28
+

29
+
5. To the right of the version you want to delete, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} and select **Delete version**.
30
+

27
31
6. To confirm deletion, type the package name and click **I understand the consequences, delete this version**.
### Deleting a version of an organization-owned container image on {% data variables.product.prodname_dotcom %}
31
35
36
+
To only delete specific versions of a container image that you have admin , you can use these steps. To delete an entire package, see "[Deleting all versions of an organization-owned container image on {% data variables.product.prodname_dotcom %}](#deleting-all-versions-of-an-organization-owned-container-image-on-github)."
37
+
32
38
{% data reusables.package_registry.package-settings-from-org-level %}
33
39
5. On the left, click **Manage versions**.
34
-
5. To the right of the version you want to delete, click **Delete**.
6. Optionally, to ensure you're seeing all of your package versions, use the "Type" drop down menu and select **All**.
41
+

42
+
5. To the right of the version you want to delete, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} and select **Delete version**.
43
+

36
44
6. To confirm deletion, type the package name and click **I understand the consequences, delete this version**.
0 commit comments